DBA Data[Home] [Help]

APPS.XLA_TB_REPORT_PVT dependencies on GL_LEDGERS

Line 771: ,gl_ledgers gld

767: ,NULL user_trx_identifier_value_10
768: FROM
769: xla_transaction_entities ent
770: ,xla_transaction_entities tea
771: ,gl_ledgers gld
772: $party_tab$
773: $user_trx_id_from$
774: $account_tab$
775:

Line 922: ,gl_ledgers gld

918: ,NULL user_trx_identifier_name_10
919: ,NULL user_trx_identifier_value_10
920: FROM
921: xla_transaction_entities tea
922: ,gl_ledgers gld
923: $party_tab$
924: -- $user_trx_id_from$
925: $account_tab$
926: --

Line 1209: FROM gl_ledgers gl

1205:
1206: --added bug 6684579 ,pick as_of_date period instead of sysdate period if as of date is provided
1207: SELECT gp.period_name
1208: INTO l_period_name
1209: FROM gl_ledgers gl
1210: ,gl_periods gp
1211: WHERE gl.ledger_id = p_ledger_id
1212: AND gp.period_set_name = gl.period_set_name
1213: AND gp.period_type = gl.accounted_period_type