DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_CMN_JOURNAL_ENTRIES

Line 288: Fix:in post_Accounting, while inserting into jai_cmn_journal_entries, the reference_name is now

284: 26. 14-dec-2011 Qiong for Bug 13456083 - PRE POT INVOICE UPDATE REPOSITORY INCORRECT
285:
286: 27. 23-Jan-2012 amandali for bug 13430127
287: Issue:ACCOUNTING ENTRIES ARE NOT VISIBLE IN SERVICE TAX REPOSITORY
288: Fix:in post_Accounting, while inserting into jai_cmn_journal_entries, the reference_name is now
289: populated with source transaction type instead of source table name as we do not have repository_id
290: reference in jai_cmn_journal_entries populated post POT
291: 15. 20-jan-2012 vkaranam for bug#13593694
292: Issue:

Line 290: reference in jai_cmn_journal_entries populated post POT

286: 27. 23-Jan-2012 amandali for bug 13430127
287: Issue:ACCOUNTING ENTRIES ARE NOT VISIBLE IN SERVICE TAX REPOSITORY
288: Fix:in post_Accounting, while inserting into jai_cmn_journal_entries, the reference_name is now
289: populated with source transaction type instead of source table name as we do not have repository_id
290: reference in jai_cmn_journal_entries populated post POT
291: 15. 20-jan-2012 vkaranam for bug#13593694
292: Issue:
293: Service tax distribution out is updating the repost
294: Fix :

Line 1498: jai_cmn_utils_pkg.print_log('6395039.log', 'before insert inot JAI_CMN_JOURNAL_ENTRIES');

1494: ELSE
1495: lv_reference_name := p_repository_name;
1496: ln_reference_id := p_repository_id;
1497: END IF;
1498: jai_cmn_utils_pkg.print_log('6395039.log', 'before insert inot JAI_CMN_JOURNAL_ENTRIES');
1499:
1500: INSERT INTO JAI_CMN_JOURNAL_ENTRIES(JOURNAL_ENTRY_ID,
1501: regime_code, organization_id, set_of_books_id, tax_type, period_name,
1502: code_combination_id, accounted_dr, accounted_cr, transaction_date,

Line 1500: INSERT INTO JAI_CMN_JOURNAL_ENTRIES(JOURNAL_ENTRY_ID,

1496: ln_reference_id := p_repository_id;
1497: END IF;
1498: jai_cmn_utils_pkg.print_log('6395039.log', 'before insert inot JAI_CMN_JOURNAL_ENTRIES');
1499:
1500: INSERT INTO JAI_CMN_JOURNAL_ENTRIES(JOURNAL_ENTRY_ID,
1501: regime_code, organization_id, set_of_books_id, tax_type, period_name,
1502: code_combination_id, accounted_dr, accounted_cr, transaction_date,
1503: source, source_table_name, source_trx_id, reference_name, reference_id, repository_id,/* added by ssawant for bug 5879769 */
1504: currency_code, curr_conv_rate, creation_date, created_by, last_update_date, last_updated_by, last_update_login

Line 1505: ) VALUES ( JAI_CMN_JOURNAL_ENTRIES_S.nextval,

1501: regime_code, organization_id, set_of_books_id, tax_type, period_name,
1502: code_combination_id, accounted_dr, accounted_cr, transaction_date,
1503: source, source_table_name, source_trx_id, reference_name, reference_id, repository_id,/* added by ssawant for bug 5879769 */
1504: currency_code, curr_conv_rate, creation_date, created_by, last_update_date, last_updated_by, last_update_login
1505: ) VALUES ( JAI_CMN_JOURNAL_ENTRIES_S.nextval,
1506: p_regime_code, p_organization_id, ln_sob_id, p_tax_type, lv_period_name,
1507: p_code_combination_id, ln_accounted_dr, ln_accounted_cr, p_transaction_date,
1508: p_source, p_source_table_name, p_source_document_id, p_source_trx_type /* p_reference_name- Bug 13430127 */, p_reference_id,p_repository_id,/* added by ssawant for bug 5879769 */
1509: p_currency_code, p_curr_conv_rate, sysdate, FND_GLOBAL.user_id, sysdate, fnd_global.user_id, fnd_global.login_id

Line 1511: jai_cmn_utils_pkg.print_log('6395039.log', 'after insert inot JAI_CMN_JOURNAL_ENTRIES');

1507: p_code_combination_id, ln_accounted_dr, ln_accounted_cr, p_transaction_date,
1508: p_source, p_source_table_name, p_source_document_id, p_source_trx_type /* p_reference_name- Bug 13430127 */, p_reference_id,p_repository_id,/* added by ssawant for bug 5879769 */
1509: p_currency_code, p_curr_conv_rate, sysdate, FND_GLOBAL.user_id, sysdate, fnd_global.user_id, fnd_global.login_id
1510: );
1511: jai_cmn_utils_pkg.print_log('6395039.log', 'after insert inot JAI_CMN_JOURNAL_ENTRIES');
1512: /* Added by Ramananda for bug#4407165 */
1513:
1514: EXCEPTION
1515: WHEN OTHERS THEN