DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_BUDGET_FUND_PKG

Line 893: PA_BUDGET_FUND_PKG.get_budget_ctrl_options (p_project_Id => px_pa_project_id

889: -- Budget Integration Validation ---------------------------------------
890:
891: --dbms_output.put_line('About to call get_bdget_ctrl_options');
892:
893: PA_BUDGET_FUND_PKG.get_budget_ctrl_options (p_project_Id => px_pa_project_id
894: , p_budget_type_code => p_budget_type_code
895: , p_calling_mode => 'BUDGET'
896: , x_fck_req_flag => l_fck_req_flag
897: , x_bdgt_intg_flag => l_bdgt_intg_flag

Line 3161: PA_BUDGET_FUND_PKG.get_budget_ctrl_options

3157:
3158:
3159: --Check if budgetary control is enabled for the given project and
3160: --budget type code.
3161: PA_BUDGET_FUND_PKG.get_budget_ctrl_options
3162: ( p_project_Id => px_pa_project_id
3163: , p_budget_type_code => px_budget_type_code
3164: , p_calling_mode => 'BUDGET'
3165: , x_fck_req_flag => l_fck_req_flag