DBA Data[Home] [Help]

APPS.XLA_TP_BALANCE_RPT_PKG dependencies on XLA_SUBLEDGERS

Line 486: FROM xla_subledgers

482:
483: BEGIN
484: SELECT application_id
485: INTO g_je_source_application_id
486: FROM xla_subledgers
487: WHERE je_source_name = p_je_source;
488: EXCEPTION
489: WHEN NO_DATA_FOUND THEN
490: g_je_source_application_id := NULL;

Line 531: from xla_subledgers

527:
528: IF(P_JE_SOURCE='ALL') THEN
529: select application_id
530: bulk COLLECT into l_responsibility_ids
531: from xla_subledgers
532: WHERE control_account_type_code = 'Y' or control_account_type_code = P_PARTY_TYPE;
533: END IF;
534: --
535: -- build join condition based on if ledger passed is a ledger set or a ledger

Line 1373: ,xla_subledgers xls

1369: ,hz_parties hzp
1370: ,hz_party_sites hps
1371: ,hz_locations hzl
1372: ,fnd_application_tl fap
1373: ,xla_subledgers xls
1374: ,gl_je_sources_tl gjst
1375: $party_tab$
1376: $seg_desc_from$
1377: $l_ledger_set_from$