DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on JL_CO_GL_TRX_S

Line 571: VALUES (jl_co_gl_trx_s.nextval,

567: accounted_dr,
568: accounted_cr,
569: entered_dr,
570: entered_cr)
571: VALUES (jl_co_gl_trx_s.nextval,
572: g_parameter_rec.cid,
573: g_parameter_rec.set_of_books_id,
574: p_journal_rec.code_combination_id,
575: p_journal_rec.account_code,

Line 1162: VALUES (jl_co_gl_trx_s.nextval,

1158: accounted_dr,
1159: accounted_cr,
1160: entered_dr,
1161: entered_cr)
1162: VALUES (jl_co_gl_trx_s.nextval,
1163: g_parameter_rec.cid,
1164: g_parameter_rec.set_of_books_id,
1165: p_journal_rec.code_combination_id,
1166: p_journal_rec.account_code,

Line 1428: VALUES (jl_co_gl_trx_s.nextval,

1424: accounted_dr,
1425: accounted_cr,
1426: entered_dr,
1427: entered_cr )
1428: VALUES (jl_co_gl_trx_s.nextval,
1429: g_parameter_rec.cid,
1430: g_parameter_rec.set_of_books_id,
1431: p_journal_rec.code_combination_id,
1432: p_journal_rec.account_code,

Line 1613: VALUES ( jl_co_gl_trx_s.nextval,

1609: accounted_dr,
1610: accounted_cr,
1611: entered_dr,
1612: entered_cr )
1613: VALUES ( jl_co_gl_trx_s.nextval,
1614: g_parameter_rec.cid,
1615: g_parameter_rec.set_of_books_id,
1616: p_journal_rec.code_combination_id,
1617: p_journal_rec.account_code,

Line 1846: VALUES ( jl_co_gl_trx_s.nextval,

1842: accounted_dr,
1843: accounted_cr,
1844: entered_dr,
1845: entered_cr)
1846: VALUES ( jl_co_gl_trx_s.nextval,
1847: g_parameter_rec.cid,
1848: g_parameter_rec.set_of_books_id,
1849: p_journal_rec.code_combination_id,
1850: p_journal_rec.account_code,

Line 2173: VALUES (jl_co_gl_trx_s.nextval,

2169: accounted_dr,
2170: accounted_cr,
2171: entered_dr,
2172: entered_cr)
2173: VALUES (jl_co_gl_trx_s.nextval,
2174: g_parameter_rec.cid,
2175: g_parameter_rec.set_of_books_id,
2176: p_journal_rec.code_combination_id,
2177: p_journal_rec.account_code,

Line 2415: VALUES (jl_co_gl_trx_s.nextval,

2411: accounted_dr,
2412: accounted_cr,
2413: entered_dr,
2414: entered_cr)
2415: VALUES (jl_co_gl_trx_s.nextval,
2416: g_parameter_rec.cid,
2417: g_parameter_rec.set_of_books_id,
2418: p_journal_rec.code_combination_id,
2419: p_journal_rec.account_code,

Line 3277: (SELECT jl_co_gl_trx_s.nextval,

3273: accounted_dr,
3274: accounted_cr,
3275: entered_dr,
3276: entered_cr)
3277: (SELECT jl_co_gl_trx_s.nextval,
3278: g_parameter_rec.cid,
3279: g_parameter_rec.set_of_books_id,
3280: reverse_rec_tbl(j_line).code_combination_id,
3281: reverse_rec_tbl(j_line).account_code,