DBA Data[Home] [Help]

APPS.WIP_SFCB_UTILITIES dependencies on BOM_OPERATION_SEQUENCES

Line 1380: bom_operation_sequences_v bos,

1376: x_sim_date_from,
1377: x_sim_date_to
1378: FROM
1379: wip_lines wl,
1380: bom_operation_sequences_v bos,
1381: bom_operational_routings bor,
1382: wip_flow_schedules wfs
1383: WHERE
1384: wfs.scheduled_flag = 1

Line 1514: bom_operation_sequences bos2, /* event seqs */

1510: from
1511: bom_departments bd,
1512: bom_resources br,
1513: bom_operation_resources bors,
1514: bom_operation_sequences bos2, /* event seqs */
1515: bom_operation_sequences bos, /* line operations */
1516: bom_operational_routings bor,
1517: wip_open_flow_schedules_v wofsv
1518: where

Line 1515: bom_operation_sequences bos, /* line operations */

1511: bom_departments bd,
1512: bom_resources br,
1513: bom_operation_resources bors,
1514: bom_operation_sequences bos2, /* event seqs */
1515: bom_operation_sequences bos, /* line operations */
1516: bom_operational_routings bor,
1517: wip_open_flow_schedules_v wofsv
1518: where
1519: wofsv.organization_id = p_organization_id

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: