DBA Data[Home] [Help]

APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on CST_QUANTITY_LAYERS

Line 2528: FROM cst_quantity_layers CQL,

2524:
2525: CURSOR c_item_cost(l_inv_item_id NUMBER, l_org_id NUMBER)
2526: IS
2527: SELECT CQL.item_cost cost
2528: FROM cst_quantity_layers CQL,
2529: mtl_parameters MP
2530: WHERE CQL.inventory_item_id = l_inv_item_id AND
2531: CQL.organization_id = l_org_id AND
2532: CQL.cost_group_id = MP.default_cost_group_id AND

Line 4119: FROM cst_quantity_layers CQL,

4115:
4116: CURSOR c_item_cost(l_inv_item_id NUMBER, l_org_id NUMBER)
4117: IS
4118: SELECT CQL.item_cost cost
4119: FROM cst_quantity_layers CQL,
4120: mtl_parameters MP
4121: WHERE CQL.inventory_item_id = l_inv_item_id AND
4122: CQL.organization_id = l_org_id AND
4123: CQL.cost_group_id = MP.default_cost_group_id AND