DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on WMS_INSTALL

Line 4245: l_wms_installed BOOLEAN;

4241: l_cc_header_id NUMBER := g_cc_entry.cycle_count_header_id;
4242: l_cc_entry_id NUMBER;
4243: l_entry_status_code NUMBER;
4244: l_inventory_item_id NUMBER;
4245: l_wms_installed BOOLEAN;
4246: l_return_status VARCHAR2 ( 3000 );
4247: l_msg_count NUMBER;
4248: l_msg_data VARCHAR2 ( 3000 );
4249: l_org_id NUMBER := g_cc_entry.organization_id;

Line 4953: IF WMS_INSTALL.check_install ( x_return_status,

4949: IF ( l_debug = 1 ) THEN
4950: print_debug ( '***wms_is_installed***' );
4951: END IF;
4952:
4953: IF WMS_INSTALL.check_install ( x_return_status,
4954: x_msg_count,
4955: x_msg_data,
4956: p_organization_id
4957: ) THEN