DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on JL_CO_GL_TRX_S

Line 476: VALUES (jl_co_gl_trx_s.nextval,

472: accounted_dr,
473: accounted_cr,
474: entered_dr,
475: entered_cr)
476: VALUES (jl_co_gl_trx_s.nextval,
477: g_parameter_rec.cid,
478: g_parameter_rec.set_of_books_id,
479: p_journal_rec.code_combination_id,
480: p_journal_rec.account_code,

Line 878: VALUES (jl_co_gl_trx_s.nextval,

874: accounted_dr,
875: accounted_cr,
876: entered_dr,
877: entered_cr)
878: VALUES (jl_co_gl_trx_s.nextval,
879: g_parameter_rec.cid,
880: g_parameter_rec.set_of_books_id,
881: p_journal_rec.code_combination_id,
882: p_journal_rec.account_code,

Line 1066: VALUES (jl_co_gl_trx_s.nextval,

1062: accounted_dr,
1063: accounted_cr,
1064: entered_dr,
1065: entered_cr )
1066: VALUES (jl_co_gl_trx_s.nextval,
1067: g_parameter_rec.cid,
1068: g_parameter_rec.set_of_books_id,
1069: p_journal_rec.code_combination_id,
1070: p_journal_rec.account_code,

Line 1387: VALUES (jl_co_gl_trx_s.nextval,

1383: accounted_dr,
1384: accounted_cr,
1385: entered_dr,
1386: entered_cr)
1387: VALUES (jl_co_gl_trx_s.nextval,
1388: g_parameter_rec.cid,
1389: g_parameter_rec.set_of_books_id,
1390: p_journal_rec.code_combination_id,
1391: p_journal_rec.account_code,

Line 1565: VALUES (jl_co_gl_trx_s.nextval,

1561: accounted_dr,
1562: accounted_cr,
1563: entered_dr,
1564: entered_cr)
1565: VALUES (jl_co_gl_trx_s.nextval,
1566: g_parameter_rec.cid,
1567: g_parameter_rec.set_of_books_id,
1568: p_journal_rec.code_combination_id,
1569: p_journal_rec.account_code,

Line 2356: (SELECT jl_co_gl_trx_s.nextval,

2352: accounted_dr,
2353: accounted_cr,
2354: entered_dr,
2355: entered_cr)
2356: (SELECT jl_co_gl_trx_s.nextval,
2357: g_parameter_rec.cid,
2358: g_parameter_rec.set_of_books_id,
2359: reverse_rec_tbl(j_line).code_combination_id,
2360: reverse_rec_tbl(j_line).account_code,