DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on WMS_INSTALL

Line 3932: l_wms_installed BOOLEAN;

3928: l_cc_header_id NUMBER := g_cc_entry.cycle_count_header_id;
3929: l_cc_entry_id NUMBER;
3930: l_entry_status_code NUMBER;
3931: l_inventory_item_id NUMBER;
3932: l_wms_installed BOOLEAN;
3933: l_return_status VARCHAR2 ( 3000 );
3934: l_msg_count NUMBER;
3935: l_msg_data VARCHAR2 ( 3000 );
3936: l_org_id NUMBER := g_cc_entry.organization_id;

Line 4943: IF WMS_INSTALL.check_install ( x_return_status,

4939: IF ( l_debug = 1 ) THEN
4940: print_debug ( '***wms_is_installed***' );
4941: END IF;
4942:
4943: IF WMS_INSTALL.check_install ( x_return_status,
4944: x_msg_count,
4945: x_msg_data,
4946: p_organization_id
4947: ) THEN