DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_BUDGET_ENTRY_METHODS

Line 312: -- 1) If it is not null, then fetch time phasing code from pa_budget_entry_methods table

308:
309: BEGIN
310:
311: -- Fetch the budget_entry_method_code of the budget version.
312: -- 1) If it is not null, then fetch time phasing code from pa_budget_entry_methods table
313: -- 2) If its null, fetch the tim pahsing code from the pa_proj_fp_options table.
314:
315: BEGIN
316: SELECT budget_type_code,

Line 333: FROM pa_budget_entry_methods

329: THEN
330: BEGIN
331: SELECT time_phased_type_code
332: INTO l_time_phased_code
333: FROM pa_budget_entry_methods
334: WHERE budget_entry_method_code = l_budget_entry_method_code;
335: EXCEPTION
336: WHEN OTHERS THEN
337: RETURN NULL;