Sunday 13 January 2013

OPM Operation API

 apps.gmd_operations_pub.insert_operation
                                                      (p_api_version        => '1.0',
                                                       p_init_msg_list      => TRUE,
                                                       p_commit             => FALSE,
                                                       p_operations         => l_operations_tbl,
                                                       p_oprn_actv_tbl      => l_oprn_activities_tbl_type,
                                                       x_message_count      => l_msg_count,
                                                       x_message_list       => l_msg_data,
                                                       x_return_status      => l_return_status,
                                                       p_oprn_rsrc_tbl      => l_oprn_resources_tbl_type
                                                      );

No comments:

Post a Comment

Note: only a member of this blog may post a comment.