DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on CST_ITEM_COSTS_FOR_GL_VIEW

Line 44: FROM cst_item_costs_for_gl_view cic,

40: -- Get Unit Price for Internal Requsitions
41: CURSOR unit_price_cur (p_item_id NUMBER, p_source_organization_id NUMBER) IS
42:
43: SELECT cic.item_cost
44: FROM cst_item_costs_for_gl_view cic,
45: mtl_parameters mp
46: WHERE cic.inventory_item_id = p_item_id
47: AND cic.organization_id = mp.cost_organization_id
48: AND cic.inventory_asset_flag = 1