DBA Data[Home] [Help]

APPS.JAI_CMN_REVERSE_CHARGE_PKG dependencies on JAI_CMN_JOURNAL_ENTRIES

Line 1808: INSERT INTO JAI_CMN_JOURNAL_ENTRIES(JOURNAL_ENTRY_ID,

1804: lv_reference_name := p_repository_name;
1805: ln_reference_id := p_source_document_id;
1806: END IF;
1807:
1808: INSERT INTO JAI_CMN_JOURNAL_ENTRIES(JOURNAL_ENTRY_ID,
1809: regime_code, organization_id, set_of_books_id, tax_type, period_name,
1810: code_combination_id, accounted_dr, accounted_cr, transaction_date,
1811: source, source_table_name, source_trx_id, reference_name, reference_id, repository_id,
1812: currency_code, curr_conv_rate, creation_date, created_by, last_update_date, last_updated_by, last_update_login

Line 1813: ) VALUES ( JAI_CMN_JOURNAL_ENTRIES_S.nextval,

1809: regime_code, organization_id, set_of_books_id, tax_type, period_name,
1810: code_combination_id, accounted_dr, accounted_cr, transaction_date,
1811: source, source_table_name, source_trx_id, reference_name, reference_id, repository_id,
1812: currency_code, curr_conv_rate, creation_date, created_by, last_update_date, last_updated_by, last_update_login
1813: ) VALUES ( JAI_CMN_JOURNAL_ENTRIES_S.nextval,
1814: p_regime_code, p_organization_id, ln_sob_id, p_tax_type, lv_period_name,
1815: p_code_combination_id, ln_accounted_dr, ln_accounted_cr, p_transaction_date,
1816: p_source, p_source_table_name, p_source_document_id,p_source_trx_type , p_reference_id,p_source_document_id,
1817: p_currency_code, p_curr_conv_rate, sysdate, FND_GLOBAL.user_id, sysdate, fnd_global.user_id, fnd_global.login_id