DBA Data[Home] [Help]

APPS.INV_TRX_UTIL_PUB dependencies on INV_GLOBALS

Line 176: IF (p_trx_action_id = inv_globals.g_action_issue)

172: inv_log_util.trace('x_currency_code is :' || x_currency_code, g_pkg_name || '.' || l_api_name, 5);
173: END IF;
174: -- End Bug 8939057
175:
176: IF (p_trx_action_id = inv_globals.g_action_issue)
177: OR(p_trx_action_id = inv_globals.g_action_intransitshipment) THEN
178: v_trxqty := -1 * p_trx_qty;
179: v_priqty := -1 * p_pri_qty;
180: END IF;

Line 177: OR(p_trx_action_id = inv_globals.g_action_intransitshipment) THEN

173: END IF;
174: -- End Bug 8939057
175:
176: IF (p_trx_action_id = inv_globals.g_action_issue)
177: OR(p_trx_action_id = inv_globals.g_action_intransitshipment) THEN
178: v_trxqty := -1 * p_trx_qty;
179: v_priqty := -1 * p_pri_qty;
180: END IF;
181:

Line 223: IF ( (p_trx_action_id = inv_globals.G_ACTION_CONTAINERPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERUNPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERSPLIT)

219:
220: END;
221:
222: --bug 12588822
223: IF ( (p_trx_action_id = inv_globals.G_ACTION_CONTAINERPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERUNPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERSPLIT)
224: AND p_trx_src_type_id = inv_globals.G_SOURCETYPE_INVENTORY) THEN
225: l_xfr_project_id := p_project_id;
226: l_xfr_task_id := p_task_id;
227: END IF;

Line 224: AND p_trx_src_type_id = inv_globals.G_SOURCETYPE_INVENTORY) THEN

220: END;
221:
222: --bug 12588822
223: IF ( (p_trx_action_id = inv_globals.G_ACTION_CONTAINERPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERUNPACK OR p_trx_action_id = inv_globals.G_ACTION_CONTAINERSPLIT)
224: AND p_trx_src_type_id = inv_globals.G_SOURCETYPE_INVENTORY) THEN
225: l_xfr_project_id := p_project_id;
226: l_xfr_task_id := p_task_id;
227: END IF;
228:

Line 2276: l_serials_tbl inv_globals.varchar_tbl_type;

2272:
2273: l_parent_pri_qty NUMBER;
2274: l_parent_uom VARCHAR2(3);
2275:
2276: l_serials_tbl inv_globals.varchar_tbl_type;
2277:
2278: l_lot_number mtl_transaction_lots_temp.lot_number%TYPE; -- added for Bug 11931654
2279:
2280: