DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PUB dependencies on GMF_LOT_COSTED_ITEMS

Line 1273: FROM GMF_LOT_COSTED_ITEMS

1269:
1270: BEGIN
1271: SELECT 1
1272: INTO l_lot_costed_items_cnt
1273: FROM GMF_LOT_COSTED_ITEMS
1274: WHERE legal_entity_id = p_header_Rec.legal_entity_id
1275: AND cost_type_id = p_header_rec.cost_type_id
1276: AND inventory_item_id = p_header_rec.item_id;
1277: EXCEPTION

Line 1283: FROM GMF_LOT_COSTED_ITEMS

1279: THEN
1280: BEGIN
1281: SELECT 1
1282: INTO l_lot_costed_items_cnt
1283: FROM GMF_LOT_COSTED_ITEMS
1284: WHERE legal_entity_id = p_header_Rec.legal_entity_id
1285: AND cost_type_id = p_header_rec.cost_type_id
1286: AND cost_category_id = l_cost_category_id;
1287: EXCEPTION