DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_BUDGET_LINES

Line 367: from pa_budget_lines bl

363: into x_dummy
364: from sys.dual
365: where not exists
366: (select 1
367: from pa_budget_lines bl
368: where bl.change_reason_code = x_lookup_code);
369:
370: EXCEPTION
371: WHEN NO_DATA_FOUND then