DBA Data[Home] [Help]

APPS.PAY_PAYMENT_GL_ACCOUNTS_PKG dependencies on DUAL

Line 214: from dual;

210: and p_effective_date between effective_start_date and effective_end_date;
211: --
212: cursor csr_next_seq is
213: select pay_payment_gl_accounts_s.nextval
214: from dual;
215: --
216: cursor csr_opm_rows (p_org_payment_method_id number) is
217: select effective_start_date, effective_end_date, external_account_id
218: from pay_org_payment_methods_f