DBA Data[Home] [Help]

APPS.PAY_PAY_INS dependencies on DUAL

Line 65: from sys.dual;

61: l_comment_id number;
62: begin
63: select hr_comments_s.nextval
64: into l_comment_id
65: from sys.dual;
66: return(l_comment_id);
67: end get_comment_id;
68:
69: --

Line 494: Cursor C_Sel1 is select pay_payrolls_s.nextval from sys.dual;

490: ,p_validation_start_date in date
491: ,p_validation_end_date in date
492: ) is
493: --
494: Cursor C_Sel1 is select pay_payrolls_s.nextval from sys.dual;
495: --
496: Cursor C_Sel2 is
497: Select null
498: from pay_all_payrolls_f