DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WMS_INSTALL

Line 3726: l_wms_installed BOOLEAN := FALSE;

3722: l_comingle_org NUMBER;
3723: l_comingle_cg NUMBER;
3724: label_status VARCHAR2(512);
3725: --l_call_tm BOOLEAN := FALSE;
3726: l_wms_installed BOOLEAN := FALSE;
3727: l_org NUMBER;
3728: l_containers NUMBER;
3729: l_is_cartonization NUMBER;
3730: l_prev_trx_batch_id NUMBER;

Line 3847: -- WMS_INSTALL.G_WMS_INSTALLATION_STATUS gets set properly.

3843:
3844:
3845:
3846: -- for bug 2726323 : Calling this funtion so as the variable
3847: -- WMS_INSTALL.G_WMS_INSTALLATION_STATUS gets set properly.
3848: l_return_status :=
3849: wms_install.check_install(x_return_status => ret_status, x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata
3850: , p_organization_id => NULL);
3851:

Line 3849: wms_install.check_install(x_return_status => ret_status, x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata

3845:
3846: -- for bug 2726323 : Calling this funtion so as the variable
3847: -- WMS_INSTALL.G_WMS_INSTALLATION_STATUS gets set properly.
3848: l_return_status :=
3849: wms_install.check_install(x_return_status => ret_status, x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata
3850: , p_organization_id => NULL);
3851:
3852:
3853:

Line 3855: IF (wms_install.g_wms_installation_status = 'I') THEN

3851:
3852:
3853:
3854: -- Check if WMS is installed, if so check for cartonization transaction
3855: IF (wms_install.g_wms_installation_status = 'I') THEN
3856: BEGIN
3857: SELECT 1
3858: INTO l_is_cartonization
3859: FROM DUAL

Line 6719: wms_install.check_install(x_return_status => ret_status, x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata

6715:
6716: IF (p_transaction_action_id <> inv_globals.g_action_costgroupxfr) THEN
6717: -- Check transfer org to see if it is wms enabled
6718: IF (
6719: wms_install.check_install(x_return_status => ret_status, x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata
6720: , p_organization_id => v_xfr_org)
6721: ) THEN
6722: -- Get the LPN_CONTROLLED_FLAG status of the transfer subinventory
6723: SELECT lpn_controlled_flag