DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_BUDGET_ELEMENTS

Line 7238: from PER_BUDGET_ELEMENTS BE

7234: select '1'
7235: into l_exists
7236: from sys.dual
7237: where exists(SELECT NULL
7238: from PER_BUDGET_ELEMENTS BE
7239: where BE.POSITION_ID = p_position_id);
7240: exception when no_data_found then
7241: null;
7242: end;