DBA Data[Home] [Help]

APPS.PAY_PRG_PROCESS_EVENTS dependencies on STANDARD

Line 119: -- Standard call to check for call compatibility

115: if (nvl(fnd_global.conc_request_id, -1) < 0) then
116: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
117: end if;
118:
119: -- Standard call to check for call compatibility
120: IF NOT FND_API.Compatible_API_Call (
121: l_api_version,
122: 1.0,
123: l_api_name,