DBA Data[Home] [Help]

APPS.XLA_LINE_DEFINITIONS_PVT dependencies on XLA_EVT_CLASS_ACCT_ATTRS

Line 3878: FROM xla_evt_class_acct_attrs xes

3874: AND xaab.accounting_attribute_code = xco.accounting_attribute_code
3875: AND xaab.assignment_level_code <> 'JLT_ONLY'
3876: AND NOT EXISTS
3877: (SELECT 'y'
3878: FROM xla_evt_class_acct_attrs xes
3879: WHERE xes.source_application_id = xco.source_application_id
3880: AND xes.source_type_code = xco.source_type_code
3881: AND xes.source_code = xco.source_code
3882: AND xes.application_id = p_application_id

Line 4249: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa

4245: AND xja.accounting_attribute_code = xaa.accounting_attribute_code
4246: AND xja.source_code IS NOT NULL
4247: UNION
4248: SELECT distinct xaa.assignment_group_code
4249: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa
4250: WHERE xec.application_id = p_application_id
4251: AND xec.event_class_code = p_event_class_code
4252: AND xec.accounting_attribute_code = xaa.accounting_attribute_code
4253: AND xaa.assignment_level_code = 'EVT_CLASS_ONLY'

Line 4287: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa

4283: AND (xja.source_code IS NOT NULL
4284: OR xaa.inherited_flag = 'Y')
4285: UNION
4286: SELECT distinct xaa.assignment_group_code
4287: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa
4288: WHERE xec.application_id = p_application_id
4289: AND xec.event_class_code = p_event_class_code
4290: AND xec.accounting_attribute_code = xaa.accounting_attribute_code
4291: AND xaa.assignment_level_code = 'EVT_CLASS_ONLY'

Line 6927: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa

6923: AND xja.accounting_attribute_code = xaa.accounting_attribute_code
6924: AND xja.source_code IS NOT NULL
6925: UNION
6926: SELECT distinct xaa.assignment_group_code
6927: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa
6928: WHERE xec.application_id = p_application_id
6929: AND xec.event_class_code = p_event_class_code
6930: AND xec.accounting_attribute_code = xaa.accounting_attribute_code
6931: AND xaa.assignment_level_code = 'EVT_CLASS_ONLY'

Line 6965: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa

6961: AND (xja.source_code IS NOT NULL
6962: OR xaa.inherited_flag = 'Y')
6963: UNION
6964: SELECT distinct xaa.assignment_group_code
6965: FROM xla_evt_class_acct_attrs xec, xla_acct_attributes_b xaa
6966: WHERE xec.application_id = p_application_id
6967: AND xec.event_class_code = p_event_class_code
6968: AND xec.accounting_attribute_code = xaa.accounting_attribute_code
6969: AND xaa.assignment_level_code = 'EVT_CLASS_ONLY'