DBA Data[Home] [Help]

APPS.PQP_EXR_SWI dependencies on DUAL

Line 401: FROM DUAL;

397: hr_utility.set_location('Entering:'|| l_proc, 1);
398:
399: --PPA finder value
400: SELECT TO_CHAR(sysdate,'HHSSSSS') INTO l_ppa_finder
401: FROM DUAL;
402: --Starting the request set
403: success := fnd_submit.set_request_set('PAY', 'PAYEXREP');
404: --Hard coded the values based on report or group
405: IF p_request_type = 'ER' then