DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on XLA_ASSIGNMENT_DEFNS_B

Line 1283: xla_assignment_defns_b xad

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
1287: and xad.program_code = xac.program_code