DBA Data[Home] [Help]

APPS.PAY_VOID_REVERSAL_PKG dependencies on DBMS_LOCK

Line 589: dbms_lock.sleep(5*l_temp);

585: from pay_payroll_actions
586: where action_type = 'V'
587: and action_status = 'P';
588:
589: dbms_lock.sleep(5*l_temp);
590:
591: fnd_profile.get('ICX_DATE_FORMAT_MASK', l_format);
592: if l_format is not null then
593: hr_utility.trace(l_format);