DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on XLA_ACCT_CLASS_ASSGNS

Line 1200: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa

1196: l_post_programs := l_post_programs||
1197: ' AND ael.accounting_class_code IN (NULL';
1198:
1199: FOR c1 in (select accounting_class_code
1200: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa
1201: where xpa.rowid = p_post_acct_program_rowid
1202: and xac.program_owner_code = xpa.program_owner_code
1203: and xac.program_code = xpa.program_code
1204: )