DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICE_LINES_ALL

Line 333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,

329: model_number AP_INVOICE_LINES_INTERFACE.model_number%TYPE,
330: warranty_number AP_INVOICE_LINES_INTERFACE.warranty_number%TYPE,
331: price_correction_flag AP_INVOICE_LINES_INTERFACE.price_correction_flag%TYPE,
332: price_correct_inv_num AP_INVOICE_LINES_INTERFACE.price_correct_inv_num%TYPE,
333: corrected_inv_id AP_INVOICE_LINES_ALL.corrected_inv_id%TYPE,
334: price_correct_inv_line_num
335: AP_INVOICE_LINES_INTERFACE.price_correct_inv_line_num%TYPE,
336: receipt_number AP_INVOICE_LINES_INTERFACE.receipt_number%TYPE,
337: receipt_line_number AP_INVOICE_LINES_INTERFACE.receipt_line_number%TYPE,

Line 396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,

392: source_trx_id AP_INVOICE_LINES_INTERFACE.source_trx_id%TYPE,
393: source_line_id AP_INVOICE_LINES_INTERFACE.source_line_id%TYPE,
394: source_trx_level_type AP_INVOICE_LINES_INTERFACE.source_trx_level_type%TYPE,
395: tax_classification_code AP_INVOICE_LINES_INTERFACE.tax_classification_code%TYPE,
396: retained_amount AP_INVOICE_LINES_ALL.retained_amount%TYPE,
397: amount_includes_tax_flag AP_INVOICE_LINES_INTERFACE.amount_includes_tax_flag%TYPE,
398: --Bug6167068 starts Added the following columns to record
399: CC_REVERSAL_FLAG AP_INVOICE_LINES_INTERFACE.CC_REVERSAL_FLAG%TYPE,
400: COMPANY_PREPAID_INVOICE_ID AP_INVOICE_LINES_INTERFACE.COMPANY_PREPAID_INVOICE_ID%TYPE,