DBA Data[Home] [Help]

APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on DUAL

Line 231: From DUAL

227: -- Bug 7233054 end
228:
229: Cursor BALANCE is
230: Select null
231: From DUAL
232: Where exists
233: (Select null
234: From XTR_JOURNALS
235: Where batch_id = in_batch_id

Line 493: from dual;

489: where party_code = p_company_code);
490: --
491: cursor GL_GROUP_ID is
492: select gl_interface_control_s.nextval
493: from dual;
494: --
495:
496: BEGIN
497:

Line 597: from dual;

593: End if;
594:
595: Select XTR_AE_LINK_ID_S.nextval
596: into l_gl_link_id
597: from dual;
598:
599: --
600: -- Three possible values for the parameter in_closed_periods:
601: -- CLOSED - No change, post to closed period.