DBA Data[Home] [Help]

APPS.AP_LINES_UPGRADE_PKG dependencies on AP_INVOICE_LINES_ALL

Line 958: INSERT INTO ap_invoice_lines_all t1

954: one line per distribution and copy the distribution_line_number as the
955: invoice_line_number
956: */
957:
958: INSERT INTO ap_invoice_lines_all t1
959: (INVOICE_ID,
960: LINE_NUMBER,
961: LINE_TYPE_LOOKUP_CODE,
962: REQUESTER_ID,

Line 2448: the ap_invoice_lines_all table */

2444: END IF;
2445:
2446:
2447: /* Calling Create_Lines procedure to insert lines into
2448: the ap_invoice_lines_all table */
2449: Create_Lines (P_Start_Rowid,
2450: P_End_Rowid,
2451: l_curr_calling_sequence);
2452:

Line 2746: Truncate_Table('AP_INVOICE_LINES_ALL');

2742:
2743: IF p_force_upgrade = 'Y' THEN
2744:
2745: Truncate_Table('AP_INV_DISTS_UPDATE');
2746: Truncate_Table('AP_INVOICE_LINES_ALL');
2747: Truncate_Table('AP_INVOICES_UPG_CONTROL');
2748:
2749: ad_parallel_updates_pkg.delete_update_information
2750: (ad_parallel_updates_pkg.ROWID_RANGE,