DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on XLA_ACCT_CLASS_ASSGNS

Line 1276: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa

1272: l_post_programs := l_post_programs||
1273: ' AND ael.accounting_class_code IN (NULL';
1274:
1275: /*FOR c1 in (select accounting_class_code
1276: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa
1277: where xpa.rowid = p_post_acct_program_rowid
1278: and xac.program_owner_code = xpa.program_owner_code
1279: and xac.program_code = xpa.program_code
1280: )*/ -- Changed for bug 8337868

Line 1282: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa,

1278: and xac.program_owner_code = xpa.program_owner_code
1279: and xac.program_code = xpa.program_code
1280: )*/ -- Changed for bug 8337868
1281: FOR c1 in (select accounting_class_code
1282: from xla_acct_class_assgns xac, xla_post_acct_progs_b xpa,
1283: xla_assignment_defns_b xad
1284: where xpa.rowid = p_post_acct_program_rowid
1285: and xac.program_owner_code = xpa.program_owner_code
1286: and xac.program_code = xpa.program_code