DBA Data[Home] [Help]

APPS.INV_CALCULATE_EXP_DATE dependencies on INV_GLOBALS

Line 474: ( inv_globals.g_action_receipt

470: END IF;
471: */
472: -- nsinghi bug#5209065 rework. Added the IF clause, as we need to call custom lot routine only for receipt transactions.
473: IF NVL(l_transaction_action_id, -1) IN
474: ( inv_globals.g_action_receipt
475: , inv_globals.g_action_assycomplete
476: )
477: THEN
478: inv_cust_calc_exp_date.get_custom_lot_expiration_date (

Line 475: , inv_globals.g_action_assycomplete

471: */
472: -- nsinghi bug#5209065 rework. Added the IF clause, as we need to call custom lot routine only for receipt transactions.
473: IF NVL(l_transaction_action_id, -1) IN
474: ( inv_globals.g_action_receipt
475: , inv_globals.g_action_assycomplete
476: )
477: THEN
478: inv_cust_calc_exp_date.get_custom_lot_expiration_date (
479: p_mtli_lot_rec => p_mtli_lot_rec