DBA Data[Home] [Help]

APPS.XLA_UPG_VERIFICATION_PUB dependencies on GL_CODE_COMBINATIONS

Line 1108: , gl_code_combinations glcc

1104: and xal.party_id IS NULL then 'Y'
1105: ELSE 'N' END line_error10
1106: FROM xla_ae_headers xah
1107: , xla_ae_lines xal
1108: , gl_code_combinations glcc
1109: , gl_ledgers gll
1110: , hz_parties hz
1111: , hz_party_sites hps
1112: WHERE glcc.code_combination_id(+) = xal.code_combination_id

Line 1412: gl_code_combinations ccid

1408: NULL), count(*)
1409: from xla_ae_lines xal,
1410: xla_ae_headers xah,
1411: gl_ledgers gll,
1412: gl_code_combinations ccid
1413: where gll.ledger_id = xah.ledger_id
1414: and xah.application_id = p_application_id
1415: and xah.ae_header_id = xal.ae_header_id
1416: and xal.application_id = p_application_id

Line 1487: gl_code_combinations ccid

1483: NULL), count(*)
1484: from xla_ae_lines xal,
1485: xla_ae_headers xah,
1486: gl_ledgers gll,
1487: gl_code_combinations ccid
1488: where gll.ledger_id = xah.ledger_id
1489: and xah.application_id = p_application_id
1490: and xah.ae_header_id = xal.ae_header_id
1491: and xal.application_id = p_application_id