Sunday 13 January 2013

OPM Quality WIP Spec Validaty Rule API

 apps.gmd_spec_vrs_pub.create_wip_spec_vrs
                        ( p_api_version            =>'1.0'
                        , p_init_msg_list          => 'F'
                        , p_commit                 => 'F'
                        , p_validation_level       => apps.FND_API.G_VALID_LEVEL_FULL
                        , p_wip_spec_vrs_tbl       => l_wip_spec_vrs_tbl 
                        , p_user_name              => l_user_name
                        , x_wip_spec_vrs_tbl       => l_wip_spec_vrs_out_tbl
                        , x_return_status          => l_return_status
                        , x_msg_count              => l_msg_count
                        , x_msg_data               => l_msg_data
                        );
                       

No comments:

Post a Comment

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