DBA Data[Home] [Help]

APPS.CS_STD dependencies on BOM_INVENTORY_COMPONENTS

Line 403: from bom_inventory_components bic

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