DBA Data[Home] [Help]

APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on BOM_OPERATION_SEQUENCES_V

Line 214: bom_operation_sequences_v bosv,

210: CURSOR GetLineOpResourceId IS
211: SELECT bopr.resource_id id , bosv.department_id dept_id
212: FROM bom_operation_resources bopr,
213: bom_resources br,
214: bom_operation_sequences_v bosv,
215: bom_operational_routings bor
216: WHERE bopr.operation_sequence_id= bosv.operation_sequence_id
217: AND bopr.resource_id = br.resource_id
218: AND br.resource_type = p_resource_type

Line 231: bom_operation_sequences_v bosv,

227: CURSOR GetProcessResourceId IS
228: SELECT bopr.resource_id id , bosv.department_id dept_id
229: FROM bom_operation_resources bopr,
230: bom_resources br,
231: bom_operation_sequences_v bosv,
232: bom_operational_routings bor
233: WHERE bopr.operation_sequence_id= bosv.operation_sequence_id
234: AND bopr.resource_id = br.resource_id
235: AND br.resource_type = p_resource_type