DBA Data[Home] [Help]

APPS.PA_CC_BL_PROCESS dependencies on PA_CC_DIST_LINES_S

Line 2100: SELECT pa_cc_dist_lines_s.nextval

2096: -- Select the next line id into the in_ variable. This is done here
2097: -- and not directly in the INSERT statement because the line_id has to
2098: -- be passed to MRC
2099:
2100: SELECT pa_cc_dist_lines_s.nextval
2101: INTO in_cc_dist_line_id(i)
2102: FROM dual;
2103:
2104: in_expenditure_item_id(i) := g_ins_rec(i).expenditure_item_id;