DBA Data[Home] [Help]

APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on XLA_UPGRADE_DATES

Line 1208: from xla_upgrade_dates xud

1204: and (nvl(oc.flag_post_gl, 'N') = 'N'
1205: or (oc.flag_post_gl = 'Y'
1206: and (exists (
1207: select 'Y'
1208: from xla_upgrade_dates xud
1209: where ract.set_of_books_id = xud.ledger_id
1210: and ((oc.gl_date >= xud.start_date and oc.gl_date < xud.end_date)
1211: or (oc.gl_date IS NULL and oc.creation_date between xud.start_date and xud.end_date)
1212: or (nvl(oc.occurrence_status,'CONFIRMED') <> 'CANCELED'

Line 1532: It is currently commented out because xla_upgrade_dates table is not available in xbuild2.

1528: -------------------------------------------------------------------
1529: -- Create the transaction entities
1530: -------------------------------------------------------------------
1531: /* The following code was modified as per the performance team recommendation to include global temporary tables.
1532: It is currently commented out because xla_upgrade_dates table is not available in xbuild2.
1533: The xla team is planning to release the table for general use post xbuild2. */
1534:
1535: NULL;
1536:

Line 1873: from xla_upgrade_dates xud

1869: and (nvl(oc.flag_post_gl, 'N') = 'N'
1870: or (oc.flag_post_gl = 'Y'
1871: and (exists (
1872: select 'Y'
1873: from xla_upgrade_dates xud
1874: where ract.set_of_books_id = xud.ledger_id
1875: and ((oc.gl_date >= xud.start_date and oc.gl_date < xud.end_date)
1876: or (oc.gl_date IS NULL and oc.creation_date between xud.start_date and xud.end_date)
1877: or (nvl(oc.occurrence_status,'CONFIRMED') <> 'CANCELED'