DBA Data[Home] [Help]

APPS.PA_FP_CALC_UTILS dependencies on PA_BUDGET_LINES_S

Line 4900: SELECT PA_BUDGET_LINES_S.NEXTVAL

4896:
4897: /* This cursor picks all the records from rollup tmp where budget line donot exists
4898: * and insert these records into budget lines */
4899: CURSOR cur_newtmp_lines IS
4900: SELECT PA_BUDGET_LINES_S.NEXTVAL
4901: ,tmp.resource_assignment_id
4902: ,tmp.txn_currency_code
4903: ,tmp.start_date
4904: ,tmp.end_date

Line 10622: ,pa_budget_lines_s.nextval

10618: ,tmp.txn_currency_code
10619: ,tmp.start_date
10620: ,tmp.end_date
10621: ,tmp.period_name
10622: ,pa_budget_lines_s.nextval
10623: FROM pa_fp_spread_calc_tmp1 tmp
10624: WHERE tmp.budget_version_id = p_budget_verson_id;
10625:
10626: l_bl_source VARCHAR2(10) := 'AB'; --'indicates lines created for funding auto baseline'