DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on AP_INVOICE_DISTRIBUTIONS

Line 14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,

10: invoice_id AP_INVOICES.invoice_id%TYPE,
11: invoice_num AP_INVOICES.invoice_num%TYPE,
12: legal_entity_id AP_INVOICES.legal_entity_id%TYPE,
13: invoice_type_code AP_INVOICES.invoice_type_lookup_code%TYPE,
14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,
15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,

Line 15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,

11: invoice_num AP_INVOICES.invoice_num%TYPE,
12: legal_entity_id AP_INVOICES.legal_entity_id%TYPE,
13: invoice_type_code AP_INVOICES.invoice_type_lookup_code%TYPE,
14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,
15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,

Line 16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,

12: legal_entity_id AP_INVOICES.legal_entity_id%TYPE,
13: invoice_type_code AP_INVOICES.invoice_type_lookup_code%TYPE,
14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,
15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,

Line 17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,

13: invoice_type_code AP_INVOICES.invoice_type_lookup_code%TYPE,
14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,
15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,
21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,

Line 18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,

14: inv_line_num AP_INVOICE_DISTRIBUTIONS.invoice_line_number%TYPE,
15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,
21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,
22: result_code GL_BC_PACKETS.result_code%TYPE,

Line 19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,

15: inv_distribution_id AP_INVOICE_DISTRIBUTIONS.invoice_distribution_id%TYPE,
16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,
21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,
22: result_code GL_BC_PACKETS.result_code%TYPE,
23: status_code GL_BC_PACKETS.status_code%TYPE,

Line 20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,

16: accounting_date AP_INVOICE_DISTRIBUTIONS.accounting_date%TYPE,
17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,
21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,
22: result_code GL_BC_PACKETS.result_code%TYPE,
23: status_code GL_BC_PACKETS.status_code%TYPE,
24: SELF_ASSESSED_FLAG ap_self_assessed_tax_dist_all.SELF_ASSESSED_FLAG%TYPE);

Line 21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,

17: distribution_type AP_INVOICE_DISTRIBUTIONS_ALL.LINE_TYPE_LOOKUP_CODE%TYPE,
18: distribution_amount AP_INVOICE_DISTRIBUTIONS_ALL.AMOUNT%TYPE,
19: set_of_books_id AP_INVOICE_DISTRIBUTIONS.set_of_books_id%TYPE,
20: bc_event_id AP_INVOICE_DISTRIBUTIONS.bc_event_id%TYPE,
21: org_id AP_INVOICE_DISTRIBUTIONS.org_id%TYPE,
22: result_code GL_BC_PACKETS.result_code%TYPE,
23: status_code GL_BC_PACKETS.status_code%TYPE,
24: SELF_ASSESSED_FLAG ap_self_assessed_tax_dist_all.SELF_ASSESSED_FLAG%TYPE);
25: TYPE Funds_Dist_Tab_Type IS TABLE OF Funds_Dist_Rec INDEX BY BINARY_INTEGER;