DBA Data[Home] [Help]

APPS.FV_GEN_ARTRX_REIMB_PROC dependencies on RA_CUST_TRX_LINE_GL_DIST_S

Line 1029: SELECT ra_cust_trx_line_gl_dist_s.nextval

1025: --Create distribution
1026: g_coll_dist_tbl(i).trx_line_id := g_coll_lines_tbl(i).trx_line_id;
1027: g_coll_dist_tbl(i).trx_header_id := g_coll_lines_tbl(i).trx_header_id;
1028:
1029: SELECT ra_cust_trx_line_gl_dist_s.nextval
1030: INTO g_coll_dist_tbl(i).trx_dist_id
1031: FROM DUAL;
1032:
1033: g_coll_dist_tbl(i).account_class := 'REV';

Line 1071: SELECT ra_cust_trx_line_gl_dist_s.nextval

1067: --Create distribution
1068: g_rec_dist_tbl(j).trx_line_id := g_rec_lines_tbl(j).trx_line_id;
1069: g_rec_dist_tbl(j).trx_header_id := g_rec_lines_tbl(j).trx_header_id;
1070:
1071: SELECT ra_cust_trx_line_gl_dist_s.nextval
1072: INTO g_rec_dist_tbl(j).trx_dist_id
1073: FROM DUAL;
1074:
1075: --We need to get the ccid for the Revenue line of the reimbursable Agreement