DBA Data[Home] [Help]

APPS.BOM_ROUTINGREVISION_PVT dependencies on BOM_OPERATIONAL_ROUTINGS

Line 140: from bom_operational_routings

136: Select 'x' dummy
137: From dual
138: Where not exists(
139: Select null
140: from bom_operational_routings
141: where organization_id = P_OrgId
142: and assembly_item_id = P_ItemId);
143: cursor l_OtherRevs_csr(P_ItemId number, P_OrgId number,
144: P_Revision varchar2, P_EffDate date) is