DBA Data[Home] [Help]

APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on CST_QUANTITY_LAYERS

Line 2585: FROM cst_quantity_layers CQL,

2581:
2582: CURSOR c_item_cost(l_inv_item_id NUMBER, l_org_id NUMBER)
2583: IS
2584: SELECT CQL.item_cost cost
2585: FROM cst_quantity_layers CQL,
2586: mtl_parameters MP
2587: WHERE CQL.inventory_item_id = l_inv_item_id AND
2588: CQL.organization_id = l_org_id AND
2589: CQL.cost_group_id = MP.default_cost_group_id AND

Line 4182: FROM cst_quantity_layers CQL,

4178:
4179: CURSOR c_item_cost(l_inv_item_id NUMBER, l_org_id NUMBER)
4180: IS
4181: SELECT CQL.item_cost cost
4182: FROM cst_quantity_layers CQL,
4183: mtl_parameters MP
4184: WHERE CQL.inventory_item_id = l_inv_item_id AND
4185: CQL.organization_id = l_org_id AND
4186: CQL.cost_group_id = MP.default_cost_group_id AND