DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_CALCULATE_EXP_DATE

Line 4624: inv_calculate_exp_date.set_txn_id (p_table => 1, p_header_id => l_interface_id);

4620: calculation is handled by the following code. */
4621: OPEN cur_get_interface_id;
4622: FETCH cur_get_interface_id INTO l_interface_id;
4623: CLOSE cur_get_interface_id;
4624: inv_calculate_exp_date.set_txn_id (p_table => 1, p_header_id => l_interface_id);
4625: inv_calculate_exp_date.set_lot_txn_id (p_table => 1, p_header_id => l_lotrowid);
4626:
4627: /* this api will validate all the added new lot attributes intoduced in INVCONV
4628: project */

Line 4625: inv_calculate_exp_date.set_lot_txn_id (p_table => 1, p_header_id => l_lotrowid);

4621: OPEN cur_get_interface_id;
4622: FETCH cur_get_interface_id INTO l_interface_id;
4623: CLOSE cur_get_interface_id;
4624: inv_calculate_exp_date.set_txn_id (p_table => 1, p_header_id => l_interface_id);
4625: inv_calculate_exp_date.set_lot_txn_id (p_table => 1, p_header_id => l_lotrowid);
4626:
4627: /* this api will validate all the added new lot attributes intoduced in INVCONV
4628: project */
4629: l_attr_check := VALIDATE_ADDITIONAL_ATTR(

Line 15458: inv_calculate_exp_date.get_origination_date

15454: AND rownum = 1;
15455:
15456: IF (l_lot_onhand = 0) THEN
15457: l_existing_pending_lot := 1; --Bug#9761494
15458: inv_calculate_exp_date.get_origination_date
15459: ( p_inventory_item_id => p_inventory_item_id
15460: ,p_organization_id => p_organization_id
15461: ,p_lot_number => p_lot_number
15462: ,x_orig_date => l_orig_date