DBA Data[Home] [Help]

APPS.WIP_SFCB_UTILITIES dependencies on BOM_STANDARD_OPERATIONS

Line 1865: from bom_standard_operations bso, bom_operation_sequences bos

1861:
1862: FOR i IN ops_table.first..ops_table.last LOOP
1863:
1864: select bso.operation_code into opcode
1865: from bom_standard_operations bso, bom_operation_sequences bos
1866: where bso.organization_id = p_org_id
1867: and bso.standard_operation_id = bos.standard_operation_id
1868: and bos.operation_sequence_id = ops_table(i).operation_sequence_id;
1869: