DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on GMF_CMCOMMON

Line 1527: l_actual_cost := gmf_cmcommon.process_item_unit_cost (p_inventory_item_id,p_organization_id,SYSDATE);

1523:
1524: IF (l_process_enabled_flag = 'Y') THEN
1525: -- get opm cost for the item
1526: --
1527: l_actual_cost := gmf_cmcommon.process_item_unit_cost (p_inventory_item_id,p_organization_id,SYSDATE);
1528: IF (l_debug = 1) THEN
1529: print_debug('OPM cost: ' || l_actual_cost);
1530: END IF;
1531:

Line 2617: l_actual_cost := gmf_cmcommon.process_item_unit_cost (i.inventory_item_id,p_organization_id,SYSDATE);

2613: Mydebug('Process enabled flag : ' || l_process_enabled_flag);
2614:
2615: IF (l_process_enabled_flag = 'Y') THEN
2616: -- get opm cost for the item
2617: l_actual_cost := gmf_cmcommon.process_item_unit_cost (i.inventory_item_id,p_organization_id,SYSDATE);
2618: Mydebug('OPM cost: ' || l_actual_cost);
2619:
2620: ELSE
2621: INV_UTILITIES.GET_ITEM_COST(