DBA Data[Home] [Help]

APPS.PER_POSITIONS_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 116: FROM PAY_ELEMENT_LINKS_F EL

112: select '1'
113: into l_exists
114: from sys.dual
115: where exists (SELECT NULL
116: FROM PAY_ELEMENT_LINKS_F EL
117: WHERE EL.POSITION_ID = p_position_id);
118: exception when no_data_found then
119: null;
120: end;