DBA Data[Home] [Help]

APPS.PA_INTEGRATION_UTILS dependencies on PA_BUDGET_ENTRY_METHODS

Line 501: FROM PA_BUDGET_VERSIONS a , pa_budget_entry_methods b

497: IF ( p_fin_plan_type_id is null and p_budget_type is not null ) THEN
498: BEGIN
499: select b.entry_level_code
500: INTO l_level_code
501: FROM PA_BUDGET_VERSIONS a , pa_budget_entry_methods b
502: where a.fin_plan_type_id is null
503: and a.project_id = p_project_id
504: and a.budget_status_code = 'W'
505: --and a.current_working_flag = 'Y'