DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on WMS_CONTAINER_PVT

Line 9888: print_debug ( 'Calling WMS_Container_PVT.PackUnpack_Container with the following parameters' );

9884: BEGIN
9885:
9886: IF ( l_debug = 1 ) THEN
9887: print_debug ( '***Inside call_pack_unpack_container ***' );
9888: print_debug ( 'Calling WMS_Container_PVT.PackUnpack_Container with the following parameters' );
9889: print_debug ( 'p_lpn_id : ' ||p_lpn_id);
9890: print_debug ( 'p_content_lpn_id : ' ||p_content_lpn_id);
9891: print_debug ( 'p_organization_id : ' ||p_org_id);
9892: print_debug ( 'p_operation : ' ||p_operation);

Line 9896: WMS_Container_PVT.PackUnpack_Container(

9892: print_debug ( 'p_operation : ' ||p_operation);
9893: print_debug ( '***===***' );
9894:
9895: END IF;
9896: WMS_Container_PVT.PackUnpack_Container(
9897: p_api_version => 1.0
9898: , p_init_msg_list => fnd_api.g_false
9899: , p_validation_level => fnd_api.g_valid_level_none
9900: , x_return_status => l_status