DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on GMD_LCF_FETCH_PKG

Line 1828: GMD_LCF_FETCH_PKG.load_cost_values (V_orgn_id => l_organization_id

1824: -- Now lets loop through the scaled tab and calculate the total cost
1825: FOR i IN 1..l_scale_tab_out.COUNT LOOP
1826: -- Get cost for each ingredient
1827: IF l_scale_tab_out(i).line_type = -1 THEN
1828: GMD_LCF_FETCH_PKG.load_cost_values (V_orgn_id => l_organization_id
1829: ,V_inv_item_id => l_scale_tab_out(i).inventory_item_id
1830: ,V_cost_type => NVL(l_cost_mthd,G_default_cost_mthd )
1831: ,V_date => SYSDATE
1832: ,V_cost_orgn => NVL(G_cost_source_orgn_id, l_organization_id)