DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on DUAL

Line 344: FROM DUAL

340:
341: CURSOR c_chk_rej_codes
342: IS
343: SELECT 'Y'
344: FROM DUAL
345: WHERE EXISTS (SELECT 1
346: FROM pa_budget_lines pbl
347: WHERE pbl.budget_version_id = p_budget_version_id
348: AND( pbl.cost_rejection_code IS NOT NULL

Line 3040: --Populate the individual column tables so that we can do a bulk

3036: END IF;
3037:
3038: l_calling_context := p_calling_context; /* Bug# 2674353 */
3039:
3040: --Populate the individual column tables so that we can do a bulk
3041: --insert into resource assignments table.
3042:
3043: IF nvl(p_budget_lines_tab.last,0) > 0 THEN
3044: FOR i in p_budget_lines_tab.first..p_budget_lines_tab.last LOOP