DBA Data[Home] [Help]

APPS.AHL_APPROVAL_API_PKG dependencies on DUAL

Line 141: from dual;

137: where approval_api_id = X_APPROVAL_API_ID;
138:
139: cursor c_get_api_id is
140: select ahl_approval_api_s.nextval
141: from dual;
142:
143:
144: BEGIN
145: