DBA Data[Home] [Help]

APPS.PA_FP_CALC_UTILS dependencies on PA_BUDGET_LINES_S

Line 4929: SELECT PA_BUDGET_LINES_S.NEXTVAL

4925:
4926: /* This cursor picks all the records from rollup tmp where budget line donot exists
4927: * and insert these records into budget lines */
4928: CURSOR cur_newtmp_lines IS
4929: SELECT PA_BUDGET_LINES_S.NEXTVAL
4930: ,tmp.resource_assignment_id
4931: ,tmp.txn_currency_code
4932: ,tmp.start_date
4933: ,tmp.end_date

Line 10868: ,pa_budget_lines_s.nextval

10864: ,tmp.txn_currency_code
10865: ,tmp.start_date
10866: ,tmp.end_date
10867: ,tmp.period_name
10868: ,pa_budget_lines_s.nextval
10869: FROM pa_fp_spread_calc_tmp1 tmp
10870: WHERE tmp.budget_version_id = p_budget_verson_id;
10871:
10872: l_bl_source VARCHAR2(10) := 'AB'; --'indicates lines created for funding auto baseline'