DBA Data[Home] [Help]

APPS.HR_PSF_DEL dependencies on PER_BUDGET_ELEMENTS

Line 237: from PER_BUDGET_ELEMENTS BE

233: select '1'
234: into l_exists
235: from sys.dual
236: where exists(SELECT NULL
237: from PER_BUDGET_ELEMENTS BE
238: where BE.POSITION_ID = p_position_id);
239: exception when no_data_found then
240: null;
241: end;