DBA Data[Home] [Help]

APPS.XLA_TB_REPORT_PVT dependencies on GL_LEDGERS

Line 757: ,gl_ledgers gld

753: ,NULL user_trx_identifier_value_10
754: FROM
755: xla_transaction_entities ent
756: ,xla_transaction_entities tea
757: ,gl_ledgers gld
758: $party_tab$
759: $user_trx_id_from$
760: $account_tab$
761:

Line 908: ,gl_ledgers gld

904: ,NULL user_trx_identifier_name_10
905: ,NULL user_trx_identifier_value_10
906: FROM
907: xla_transaction_entities tea
908: ,gl_ledgers gld
909: $party_tab$
910: -- $user_trx_id_from$
911: $account_tab$
912: --

Line 1195: FROM gl_ledgers gl

1191:
1192: --added bug 6684579 ,pick as_of_date period instead of sysdate period if as of date is provided
1193: SELECT gp.period_name
1194: INTO l_period_name
1195: FROM gl_ledgers gl
1196: ,gl_periods gp
1197: WHERE gl.ledger_id = p_ledger_id
1198: AND gp.period_set_name = gl.period_set_name
1199: AND gp.period_type = gl.accounted_period_type