DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on PA_EXPENDITURE_ITEMS_S

Line 96: pa_expenditure_items_s.nextval expenditure_item_id

92: l_denom_burdened_cost pa_expenditure_items_all.denom_burdened_cost%TYPE; /* bug#2794006 */
93:
94: CURSOR getEI IS
95: SELECT
96: pa_expenditure_items_s.nextval expenditure_item_id
97: , X_new_exp_id expenditure_id
98: , i.task_id
99: , to_number( NULL ) raw_cost
100: , to_number( NULL ) raw_cost_rate