DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on BOM_STD_OP_RESOURCES

Line 536: bom_std_op_resources

532: Cursor c_std_op_res(p_standard_operation_id number) Is
533: Select
534: *
535: From
536: bom_std_op_resources
537: Where
538: standard_operation_id = p_standard_operation_id
539: ;
540: