DBA Data[Home] [Help]

APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_ITEM_COSTS_INTERFACE

Line 970: from cst_item_costs_interface cic_i

966: attribute12,
967: attribute13,
968: attribute14,
969: attribute15
970: from cst_item_costs_interface cic_i
971: where group_id = SEQ_NEXTVAL
972: AND cic_i.inventory_item_id = cic.inventory_item_id
973: and cic_i.organization_id = cic.organization_id
974: and cic_i.cost_type_id = cic.cost_type_id )

Line 980: FROM cst_item_costs_interface cici2

976: cic.cost_type_id) IN
977: (SELECT cici2.organization_id,
978: cici2.inventory_item_id,
979: cici2.cost_type_id
980: FROM cst_item_costs_interface cici2
981: where group_id = SEQ_NEXTVAL);
982:
983: fnd_file.put_line(fnd_file.log,'Updated attribute info..... Rows -> ' || sql%rowcount);
984: