DBA Data[Home] [Help]

APPS.AP_LINES_UPGRADE_PKG dependencies on AP_INVOICE_LINES_ALL

Line 1023: INSERT INTO ap_invoice_lines_all t1

1019: one line per distribution and copy the distribution_line_number as the
1020: invoice_line_number
1021: */
1022:
1023: INSERT INTO ap_invoice_lines_all t1
1024: (INVOICE_ID,
1025: LINE_NUMBER,
1026: LINE_TYPE_LOOKUP_CODE,
1027: REQUESTER_ID,

Line 2513: the ap_invoice_lines_all table */

2509: END IF;
2510:
2511:
2512: /* Calling Create_Lines procedure to insert lines into
2513: the ap_invoice_lines_all table */
2514: Create_Lines (P_Start_Rowid,
2515: P_End_Rowid,
2516: l_curr_calling_sequence);
2517:

Line 2811: Truncate_Table('AP_INVOICE_LINES_ALL');

2807:
2808: IF p_force_upgrade = 'Y' THEN
2809:
2810: Truncate_Table('AP_INV_DISTS_UPDATE');
2811: Truncate_Table('AP_INVOICE_LINES_ALL');
2812: Truncate_Table('AP_INVOICES_UPG_CONTROL');
2813:
2814: ad_parallel_updates_pkg.delete_update_information
2815: (ad_parallel_updates_pkg.ROWID_RANGE,