DBA Data[Home] [Help]

APPS.CS_SPLIT_REPAIRS dependencies on CS_REPAIR_HISTORY_S

Line 120: ,cs_repair_history_s.nextval

116: ,NULL
117: ,NULL
118: ,NULL
119: ,NULL
120: ,cs_repair_history_s.nextval
121: );
122:
123: /* Insert the remaining (quantity - 1) lines using values from the */
124: /* original repair line. */

Line 335: ,cs_repair_history_s.nextval

331: ,context
332: ,program_id
333: ,program_application_id
334: ,program_update_date
335: ,cs_repair_history_s.nextval
336: FROM cs_repair_history
337: WHERE repair_line_id = x_repair_line_id;
338:
339: END LOOP;

Line 415: ,cs_repair_history_s.nextval

411: ,NULL
412: ,NULL
413: ,NULL
414: ,NULL
415: ,cs_repair_history_s.nextval
416: );
417:
418: /* Insert a repair line with the total_quantity - first_quantity */
419:

Line 630: ,cs_repair_history_s.nextval

626: ,context
627: ,program_id
628: ,program_application_id
629: ,program_update_date
630: ,cs_repair_history_s.nextval
631: FROM cs_repair_history
632: WHERE repair_line_id = x_repair_line_id;
633:
634: END IF;