DBA Data[Home] [Help]

APPS.CS_STD dependencies on BOM_INVENTORY_COMPONENTS

Line 404: from bom_inventory_components bic

400: l_com_bill_seq_id number;
401: --
402: cursor c_war_items(c_bill_seq_id number) is
403: select bic.component_item_id war_item_id
404: from bom_inventory_components bic
405: where bic.bill_sequence_id = c_bill_seq_id
406: --
407: --Fix to bug#479703. vharihar 4/16/97.
408: -- and trunc(l_war_date) between trunc(bic.effectivity_date) and