DBA Data[Home] [Help]

APPS.INV_CALCULATE_EXP_DATE dependencies on INV_GLOBALS

Line 519: ( inv_globals.g_action_receipt

515: END IF;
516: */
517: -- nsinghi bug#5209065 rework. Added the IF clause, as we need to call custom lot routine only for receipt transactions.
518: IF NVL(l_transaction_action_id, -1) IN
519: ( inv_globals.g_action_receipt
520: , inv_globals.g_action_assycomplete
521: )
522: THEN
523: inv_cust_calc_exp_date.get_custom_lot_expiration_date (

Line 520: , inv_globals.g_action_assycomplete

516: */
517: -- nsinghi bug#5209065 rework. Added the IF clause, as we need to call custom lot routine only for receipt transactions.
518: IF NVL(l_transaction_action_id, -1) IN
519: ( inv_globals.g_action_receipt
520: , inv_globals.g_action_assycomplete
521: )
522: THEN
523: inv_cust_calc_exp_date.get_custom_lot_expiration_date (
524: p_mtli_lot_rec => p_mtli_lot_rec