DBA Data[Home] [Help]

APPS.MSC_CL_GMP_UTILITY dependencies on MSC_ST_ROUTING_OPERATIONS

Line 881: TYPE operation_description IS TABLE OF msc_st_routing_operations.operation_description%TYPE

877: opr_step_qty number_idx_tbl;
878:
879: opr_step_qty_uom uom_code_tbl;
880:
881: TYPE operation_description IS TABLE OF msc_st_routing_operations.operation_description%TYPE
882: INDEX BY BINARY_INTEGER;
883: opr_operation_description operation_description ;
884: empty_opr_description operation_description ;
885: TYPE department_code IS TABLE OF msc_st_routing_operations.department_code%TYPE

Line 885: TYPE department_code IS TABLE OF msc_st_routing_operations.department_code%TYPE

881: TYPE operation_description IS TABLE OF msc_st_routing_operations.operation_description%TYPE
882: INDEX BY BINARY_INTEGER;
883: opr_operation_description operation_description ;
884: empty_opr_description operation_description ;
885: TYPE department_code IS TABLE OF msc_st_routing_operations.department_code%TYPE
886: INDEX BY BINARY_INTEGER;
887: opr_department_code department_code ;
888: empty_opr_department_code department_code ;
889:

Line 6713: INSERT INTO msc_st_routing_operations (

6709: stmt_no := 906 ;
6710: i := 1 ;
6711: IF opr_operation_sequence_id.FIRST > 0 THEN
6712: FORALL i IN opr_operation_sequence_id.FIRST..opr_operation_sequence_id.LAST
6713: INSERT INTO msc_st_routing_operations (
6714: operation_sequence_id,
6715: routing_sequence_id,
6716: operation_seq_num,
6717: sr_instance_id,