DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on DUAL

Line 349: from dual

345: begin
346:
347: select 'Y'
348: into l_create_act
349: from dual
350: where exists (
351: select 'Y'
352: from pay_run_result_values rrv,
353: pay_input_values_F iv,

Line 392: from dual;

388: else
389: hr_utility.set_location('procpyr',3);
390: select pay_assignment_actions_s.nextval
391: into lockingactid
392: from dual;
393: --
394: -- insert the action record.
395: hr_nonrun_asact.insact(lockingactid =>lockingactid,
396: object_id =>lockedactid,

Line 555: from dual

551: begin
552:
553: select 'Y'
554: into l_create_act
555: from dual
556: where exists (
557: select 'Y'
558: from pay_run_result_values rrv,
559: pay_input_values_F iv,

Line 598: from dual;

594: else
595: hr_utility.set_location('procpyr',3);
596: select pay_assignment_actions_s.nextval
597: into lockingactid
598: from dual;
599: --
600: -- insert the action record.
601: hr_nonrun_asact.insact(lockingactid,assignid,pactid,chunk,greid);
602: --