DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_ASSIGNMENT_DEFNS_B

Line 4182: ,XLA_ASSIGNMENT_DEFNS_B xad

4178: and aeh.accounting_entry_status_code = 'F'
4179: and ael.accounting_class_code IN
4180: (select xaa.accounting_class_code
4181: from XLA_ACCT_CLASS_ASSGNS xaa
4182: ,XLA_ASSIGNMENT_DEFNS_B xad
4183: ,XLA_POST_ACCT_PROGS_B xpa
4184: where xaa.program_code = 'GET_RECEIVABLE_CCID'
4185: and xpa.program_code = xaa.program_code
4186: and xaa.program_code = xad.program_code

Line 4217: ,XLA_ASSIGNMENT_DEFNS_B xad

4213: and aeh.accounting_entry_status_code = 'F'
4214: and ael.accounting_class_code in
4215: (select xaa.accounting_class_code
4216: from XLA_ACCT_CLASS_ASSGNS xaa
4217: ,XLA_ASSIGNMENT_DEFNS_B xad
4218: ,XLA_POST_ACCT_PROGS_B xpa
4219: where xaa.program_code = 'LNS_ADJUSTMENT_DEBIT' -- Bug#8231149
4220: and xpa.program_code = xaa.program_code
4221: and xaa.program_code = xad.program_code

Line 6607: ,XLA_ASSIGNMENT_DEFNS_B xad

6603: and aeh.accounting_entry_status_code = 'F'
6604: and ael.accounting_class_code in
6605: (select xaa.accounting_class_code
6606: from XLA_ACCT_CLASS_ASSGNS xaa
6607: ,XLA_ASSIGNMENT_DEFNS_B xad
6608: ,XLA_POST_ACCT_PROGS_B xpa
6609: where xaa.program_code = 'LNS_ADJUSTMENT_DEBIT' -- Bug#8231149
6610: and xpa.program_code = xaa.program_code
6611: and xaa.program_code = xad.program_code

Line 6639: ,XLA_ASSIGNMENT_DEFNS_B xad

6635: and aeh.accounting_entry_status_code = 'F'
6636: and ael.accounting_class_code IN
6637: (select xaa.accounting_class_code
6638: from XLA_ACCT_CLASS_ASSGNS xaa
6639: ,XLA_ASSIGNMENT_DEFNS_B xad
6640: ,XLA_POST_ACCT_PROGS_B xpa
6641: where xaa.program_code = 'GET_RECEIVABLE_CCID'
6642: and xpa.program_code = xaa.program_code
6643: and xaa.program_code = xad.program_code