DBA Data[Home] [Help]

APPS.CSD_SC_WORK_ENTITIES_PVT dependencies on BOM_OPERATIONAL_ROUTINGS

Line 233: from bom_operational_routings

229: If (p_sc_work_entity_rec.work_entity_type_code = g_bom_type
230: and p_sc_work_entity_rec.work_entity_id2 is not null) then
231: select 'X'
232: into l_dummy
233: from bom_operational_routings
234: where routing_sequence_id = p_sc_work_entity_rec.work_entity_id2;
235: End if;
236:
237: Exception

Line 884: from bom_operational_routings

880: If (p_sc_work_entity_rec.work_entity_type_code = g_bom_type
881: and p_sc_work_entity_rec.work_entity_id2 is not null) then
882: select 'X'
883: into l_dummy
884: from bom_operational_routings
885: where routing_sequence_id = p_sc_work_entity_rec.work_entity_id2;
886: End if;
887:
888: Exception