DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_BUDGET_ELEMENTS

Line 7355: from PER_BUDGET_ELEMENTS BE

7351: select '1'
7352: into l_exists
7353: from sys.dual
7354: where exists(SELECT NULL
7355: from PER_BUDGET_ELEMENTS BE
7356: where BE.POSITION_ID = p_position_id);
7357: exception when no_data_found then
7358: null;
7359: end;