DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on INV_GLOBALS

Line 2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,

2879: INTO l_transaction_action_id , l_src_subinventory_code ,
2880: l_src_locator_id ,l_src_lpn_id , l_src_organization_id
2881: FROM mtl_material_transactions_temp mmtt
2882: WHERE transaction_temp_id = p_transaction_id;
2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,
2884: inv_globals.G_ACTION_ORGXFR,
2885: inv_globals.G_ACTION_STGXFR,
2886: inv_globals.G_ACTION_CONTAINERPACK,
2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions

Line 2884: inv_globals.G_ACTION_ORGXFR,

2880: l_src_locator_id ,l_src_lpn_id , l_src_organization_id
2881: FROM mtl_material_transactions_temp mmtt
2882: WHERE transaction_temp_id = p_transaction_id;
2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,
2884: inv_globals.G_ACTION_ORGXFR,
2885: inv_globals.G_ACTION_STGXFR,
2886: inv_globals.G_ACTION_CONTAINERPACK,
2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions
2888: IF (l_debug = 1) THEN

Line 2885: inv_globals.G_ACTION_STGXFR,

2881: FROM mtl_material_transactions_temp mmtt
2882: WHERE transaction_temp_id = p_transaction_id;
2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,
2884: inv_globals.G_ACTION_ORGXFR,
2885: inv_globals.G_ACTION_STGXFR,
2886: inv_globals.G_ACTION_CONTAINERPACK,
2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions
2888: IF (l_debug = 1) THEN
2889: trace('Transaction action id = '||l_transaction_action_id||' so need to check source status');

Line 2886: inv_globals.G_ACTION_CONTAINERPACK,

2882: WHERE transaction_temp_id = p_transaction_id;
2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,
2884: inv_globals.G_ACTION_ORGXFR,
2885: inv_globals.G_ACTION_STGXFR,
2886: inv_globals.G_ACTION_CONTAINERPACK,
2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions
2888: IF (l_debug = 1) THEN
2889: trace('Transaction action id = '||l_transaction_action_id||' so need to check source status');
2890: END IF;

Line 2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions

2883: IF l_transaction_action_id IN (inv_globals.G_ACTION_SUBXFR,
2884: inv_globals.G_ACTION_ORGXFR,
2885: inv_globals.G_ACTION_STGXFR,
2886: inv_globals.G_ACTION_CONTAINERPACK,
2887: inv_globals.G_ACTION_CONTAINERUNPACK) THEN --src status is required for only these transactions
2888: IF (l_debug = 1) THEN
2889: trace('Transaction action id = '||l_transaction_action_id||' so need to check source status');
2890: END IF;
2891: BEGIN --querying for source status