DBA Data[Home] [Help]

APPS.PER_POSITIONS_PKG dependencies on PER_BUDGET_ELEMENTS

Line 138: from PER_BUDGET_ELEMENTS BE

134: select '1'
135: into l_exists
136: from sys.dual
137: where exists(SELECT NULL
138: from PER_BUDGET_ELEMENTS BE
139: where BE.POSITION_ID = p_position_id);
140: exception when no_data_found then
141: null;
142: end;