DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on AP_LOOKUP_CODES

Line 32: --nls_hold_code ap_lookup_codes.displayed_field%TYPE,

28: country hr_locations.country%TYPE,
29: vendor_id ap_suppliers.vendor_id%TYPE,
30: header_vendor_id ap_expense_report_headers.vendor_id%TYPE,
31: --hold_lookup_code ap_expense_report_headers.hold_lookup_code%TYPE,
32: --nls_hold_code ap_lookup_codes.displayed_field%TYPE,
33: --hold_description ap_lookup_codes.description%TYPE,
34: created_by ap_expense_report_headers.created_by%TYPE,
35: default_currency_code ap_expense_report_headers.default_currency_code%TYPE,
36: default_exchange_rate_type ap_expense_report_headers.default_exchange_rate_type%TYPE,

Line 33: --hold_description ap_lookup_codes.description%TYPE,

29: vendor_id ap_suppliers.vendor_id%TYPE,
30: header_vendor_id ap_expense_report_headers.vendor_id%TYPE,
31: --hold_lookup_code ap_expense_report_headers.hold_lookup_code%TYPE,
32: --nls_hold_code ap_lookup_codes.displayed_field%TYPE,
33: --hold_description ap_lookup_codes.description%TYPE,
34: created_by ap_expense_report_headers.created_by%TYPE,
35: default_currency_code ap_expense_report_headers.default_currency_code%TYPE,
36: default_exchange_rate_type ap_expense_report_headers.default_exchange_rate_type%TYPE,
37: default_exchange_rate ap_expense_report_headers.default_exchange_rate%TYPE,

Line 123: line_type_lookup_code ap_lookup_codes.lookup_code%TYPE,

119: TYPE InvoiceLinesInfoRecType IS RECORD(
120: report_header_id ap_expense_report_lines.report_header_id%TYPE,
121: report_line_id ap_expense_report_lines.report_line_id%TYPE,
122: code_combination_id ap_expense_report_lines.code_combination_id%TYPE,
123: line_type_lookup_code ap_lookup_codes.lookup_code%TYPE,
124: line_vat_code ap_expense_report_lines.vat_code%TYPE,
125: line_tax_code_id ap_expense_report_lines.tax_code_id%TYPE,
126: distribution_amount_sign NUMBER,
127: stat_amount_sign NUMBER,