DBA Data[Home] [Help]

APPS.PA_BUDGETARY_CONTROLS_PKG dependencies on PA_BUDGET_FUND_PKG

Line 644: open c_prev_entry_level_code (PA_BUDGET_FUND_PKG.Get_previous_bvid(p_project_id => bud_ctrl_params_rec.project_id,

640:
641: ELSE -- rebaselining
642:
643: -- Bug 4551528 : Fetch the entry_level_code for the previous version of the budget.
644: open c_prev_entry_level_code (PA_BUDGET_FUND_PKG.Get_previous_bvid(p_project_id => bud_ctrl_params_rec.project_id,
645: p_budget_type_code => bud_ctrl_params_rec.budget_type_code,
646: p_curr_budget_status_code => 'B'));
647: fetch c_prev_entry_level_code into l_prev_entry_level_code;
648: close c_prev_entry_level_code;

Line 893: PA_BUDGET_FUND_PKG.get_budget_ctrl_options

889: raise invalid_args_passed;
890: end if;
891:
892: /*
893: PA_BUDGET_FUND_PKG.get_budget_ctrl_options
894: (p_project_id => x_project_id
895: ,p_budget_type_code => x_budget_type_code
896: ,p_calling_mode => 'BUDGET'
897: ,x_fck_req_flag => l_fck_req_flag

Line 907: PA_BUDGET_FUND_PKG.get_budget_ctrl_options

903: ,x_msg_count => l_msg_count
904: ,x_msg_data => l_msg_data);
905: */
906:
907: PA_BUDGET_FUND_PKG.get_budget_ctrl_options
908: (x_project_id
909: ,x_budget_type_code
910: ,'BUDGET'
911: ,l_fck_req_flag

Line 1016: PA_BUDGET_FUND_PKG.get_budget_ctrl_options

1012: where BUDGET_VERSION_ID = x_budget_version_id;
1013:
1014:
1015:
1016: PA_BUDGET_FUND_PKG.get_budget_ctrl_options
1017: (p_project_id => l_project_id
1018: ,p_budget_type_code => l_budget_type_code
1019: ,p_calling_mode => 'BUDGET'
1020: ,x_fck_req_flag => l_fck_req_flag