DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_MTL_TRX_JRNLS

Line 46: 2.added journal_entry_id column in the insert stmt of jai_mtl_trx_jrnls

42: Issue : Inter org Forward porting
43: This is a new file in R12 now.
44: 8. 21-aug-2007 vkaranam for bug#6030615,File version 120.3
45: 1.Changed std_cost_entry procedure.
46: 2.added journal_entry_id column in the insert stmt of jai_mtl_trx_jrnls
47: 9. 21-aug-2007 vkaranam for bug#6030615,File version 120.4
48: Changes are done as part of the performance issue.
49:
50: 10. 27-sep-2007 forward porting of bug 6377964

Line 1307: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';

1303: 'India Localization Entry' -- bug 6487405
1304: );
1305:
1306:
1307: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';
1308: insert into jai_mtl_trx_jrnls
1309: (journal_entry_id,
1310: status,
1311: set_of_books_id,

Line 1308: insert into jai_mtl_trx_jrnls

1304: );
1305:
1306:
1307: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';
1308: insert into jai_mtl_trx_jrnls
1309: (journal_entry_id,
1310: status,
1311: set_of_books_id,
1312: user_je_source_name,

Line 1340: (jai_mtl_trx_jrnls_s.nextval,

1336: transaction_temp_id
1337:
1338: )
1339: VALUES
1340: (jai_mtl_trx_jrnls_s.nextval,
1341: 'NEW',
1342: p_set_of_books_id,
1343: p_je_source_name,
1344: p_je_category_name,

Line 1426: stmt_name := 'Calling insert int jai_mtl_trx_jrnls credit';

1422: 'India Localization Entry' -- bug 6487405
1423: );
1424:
1425:
1426: stmt_name := 'Calling insert int jai_mtl_trx_jrnls credit';
1427: insert into jai_mtl_trx_jrnls
1428: (journal_entry_id,
1429: status,
1430: set_of_books_id,

Line 1427: insert into jai_mtl_trx_jrnls

1423: );
1424:
1425:
1426: stmt_name := 'Calling insert int jai_mtl_trx_jrnls credit';
1427: insert into jai_mtl_trx_jrnls
1428: (journal_entry_id,
1429: status,
1430: set_of_books_id,
1431: user_je_source_name,

Line 1458: (jai_mtl_trx_jrnls_s.nextval,

1454: last_update_login,
1455: transaction_temp_id
1456: )
1457: VALUES
1458: (jai_mtl_trx_jrnls_s.nextval,
1459: 'NEW',
1460: p_set_of_books_id,
1461: p_je_source_name,
1462: p_je_category_name,

Line 3532: insert into jai_mtl_trx_jrnls

3528: lv_reference_26,
3529: to_char(p_organization_id)
3530: );
3531:
3532: insert into jai_mtl_trx_jrnls
3533: (journal_entry_id,
3534: status,
3535: set_of_books_id,
3536: user_je_source_name,

Line 3564: (jai_mtl_trx_jrnls_s.nextval,

3560: transaction_temp_id
3561:
3562: )
3563: VALUES
3564: (jai_mtl_trx_jrnls_s.nextval,
3565: lv_status,
3566: ln_set_of_books_id,
3567: lv_source_name,
3568: lv_category_name,

Line 3653: insert into jai_mtl_trx_jrnls

3649: lv_reference_26,
3650: to_char(p_organization_id)
3651: );
3652:
3653: insert into jai_mtl_trx_jrnls
3654: (journal_entry_id,
3655: status,
3656: set_of_books_id,
3657: user_je_source_name,

Line 3685: (jai_mtl_trx_jrnls_s.nextval,

3681: transaction_temp_id
3682:
3683: )
3684: VALUES
3685: (jai_mtl_trx_jrnls_s.nextval,
3686: lv_status,
3687: ln_set_of_books_id,
3688: lv_source_name,
3689: lv_category_name,