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 1179: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';

1175: 'India Localization Entry' -- bug 6487405
1176: );
1177:
1178:
1179: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';
1180: insert into jai_mtl_trx_jrnls
1181: (journal_entry_id,
1182: status,
1183: set_of_books_id,

Line 1180: insert into jai_mtl_trx_jrnls

1176: );
1177:
1178:
1179: stmt_name := 'Calling insert into jai_mtl_trx_jrnls debit';
1180: insert into jai_mtl_trx_jrnls
1181: (journal_entry_id,
1182: status,
1183: set_of_books_id,
1184: user_je_source_name,

Line 1212: (jai_mtl_trx_jrnls_s.nextval,

1208: transaction_temp_id
1209:
1210: )
1211: VALUES
1212: (jai_mtl_trx_jrnls_s.nextval,
1213: 'NEW',
1214: p_set_of_books_id,
1215: p_je_source_name,
1216: p_je_category_name,

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

1294: 'India Localization Entry' -- bug 6487405
1295: );
1296:
1297:
1298: stmt_name := 'Calling insert int jai_mtl_trx_jrnls credit';
1299: insert into jai_mtl_trx_jrnls
1300: (journal_entry_id,
1301: status,
1302: set_of_books_id,

Line 1299: insert into jai_mtl_trx_jrnls

1295: );
1296:
1297:
1298: stmt_name := 'Calling insert int jai_mtl_trx_jrnls credit';
1299: insert into jai_mtl_trx_jrnls
1300: (journal_entry_id,
1301: status,
1302: set_of_books_id,
1303: user_je_source_name,

Line 1330: (jai_mtl_trx_jrnls_s.nextval,

1326: last_update_login,
1327: transaction_temp_id
1328: )
1329: VALUES
1330: (jai_mtl_trx_jrnls_s.nextval,
1331: 'NEW',
1332: p_set_of_books_id,
1333: p_je_source_name,
1334: p_je_category_name,

Line 3368: insert into jai_mtl_trx_jrnls

3364: lv_reference_26,
3365: to_char(p_organization_id)
3366: );
3367:
3368: insert into jai_mtl_trx_jrnls
3369: (journal_entry_id,
3370: status,
3371: set_of_books_id,
3372: user_je_source_name,

Line 3400: (jai_mtl_trx_jrnls_s.nextval,

3396: transaction_temp_id
3397:
3398: )
3399: VALUES
3400: (jai_mtl_trx_jrnls_s.nextval,
3401: lv_status,
3402: ln_set_of_books_id,
3403: lv_source_name,
3404: lv_category_name,

Line 3489: insert into jai_mtl_trx_jrnls

3485: lv_reference_26,
3486: to_char(p_organization_id)
3487: );
3488:
3489: insert into jai_mtl_trx_jrnls
3490: (journal_entry_id,
3491: status,
3492: set_of_books_id,
3493: user_je_source_name,

Line 3521: (jai_mtl_trx_jrnls_s.nextval,

3517: transaction_temp_id
3518:
3519: )
3520: VALUES
3521: (jai_mtl_trx_jrnls_s.nextval,
3522: lv_status,
3523: ln_set_of_books_id,
3524: lv_source_name,
3525: lv_category_name,