DBA Data[Home] [Help]

APPS.PA_CC_BL_PROCESS dependencies on PA_CC_DIST_LINES_S

Line 1975: SELECT pa_cc_dist_lines_s.nextval

1971: -- Select the next line id into the in_ variable. This is done here
1972: -- and not directly in the INSERT statement because the line_id has to
1973: -- be passed to MRC
1974:
1975: SELECT pa_cc_dist_lines_s.nextval
1976: INTO in_cc_dist_line_id(i)
1977: FROM dual;
1978:
1979: in_expenditure_item_id(i) := g_ins_rec(i).expenditure_item_id;