DBA Data[Home] [Help]

APPS.JAI_PA_BILLING_PKG dependencies on JAI_CMN_JOURNAL_ENTRIES

Line 55: source JAI_CMN_JOURNAL_ENTRIES.source%type,

51: reference_table gl_interface.reference24%TYPE, -- 'jai_mtl_trxs',
52: reference_column gl_interface.reference25%TYPE, -- p_transaction_temp_id,
53: reference_id gl_interface.reference26%TYPE, -- 'transaction_temp_id',
54: organization_id gl_interface.reference27%TYPE, -- to_char(p_params(i).organization_id)
55: source JAI_CMN_JOURNAL_ENTRIES.source%type,
56: source_table_name JAI_CMN_JOURNAL_ENTRIES.source_table_name%type,
57: source_document_id JAI_CMN_JOURNAL_ENTRIES.source_trx_id%type
58: );
59:

Line 56: source_table_name JAI_CMN_JOURNAL_ENTRIES.source_table_name%type,

52: reference_column gl_interface.reference25%TYPE, -- p_transaction_temp_id,
53: reference_id gl_interface.reference26%TYPE, -- 'transaction_temp_id',
54: organization_id gl_interface.reference27%TYPE, -- to_char(p_params(i).organization_id)
55: source JAI_CMN_JOURNAL_ENTRIES.source%type,
56: source_table_name JAI_CMN_JOURNAL_ENTRIES.source_table_name%type,
57: source_document_id JAI_CMN_JOURNAL_ENTRIES.source_trx_id%type
58: );
59:
60: procedure process_draft_invoice_release(

Line 57: source_document_id JAI_CMN_JOURNAL_ENTRIES.source_trx_id%type

53: reference_id gl_interface.reference26%TYPE, -- 'transaction_temp_id',
54: organization_id gl_interface.reference27%TYPE, -- to_char(p_params(i).organization_id)
55: source JAI_CMN_JOURNAL_ENTRIES.source%type,
56: source_table_name JAI_CMN_JOURNAL_ENTRIES.source_table_name%type,
57: source_document_id JAI_CMN_JOURNAL_ENTRIES.source_trx_id%type
58: );
59:
60: procedure process_draft_invoice_release(
61: pr_draft_invoice IN PA_DRAFT_INVOICES_ALL%rowtype,