DBA Data[Home] [Help]

APPS.XLA_EXTRACT_INTEGRITY_PKG dependencies on XLA_EVT_CLASS_ACCT_ATTRS_FVL

Line 3106: FROM xla_evt_class_acct_attrs_fvl a

3102: CURSOR c_rev_dist_2
3103: IS
3104: SELECT a.accounting_attribute_code, a.assignment_group_code,
3105: a.source_type_code, a.source_code
3106: FROM xla_evt_class_acct_attrs_fvl a
3107: WHERE a.application_id = p_application_id
3108: AND a.event_class_code = p_event_class_code
3109: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID2'
3110: AND default_flag = 'Y';

Line 3128: FROM xla_evt_class_acct_attrs_fvl a

3124: -- Check if reversed distribution id 3 is mapped for the event class
3125: CURSOR c_rev_dist_3
3126: IS
3127: SELECT a.accounting_attribute_code, a.assignment_group_code
3128: FROM xla_evt_class_acct_attrs_fvl a
3129: WHERE a.application_id = p_application_id
3130: AND a.event_class_code = p_event_class_code
3131: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID3'
3132: AND default_flag = 'Y';

Line 3150: FROM xla_evt_class_acct_attrs_fvl a

3146: -- Check if reversed distribution id 4 is mapped for the event class
3147: CURSOR c_rev_dist_4
3148: IS
3149: SELECT a.accounting_attribute_code, a.assignment_group_code
3150: FROM xla_evt_class_acct_attrs_fvl a
3151: WHERE a.application_id = p_application_id
3152: AND a.event_class_code = p_event_class_code
3153: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID4'
3154: AND default_flag = 'Y';

Line 3172: FROM xla_evt_class_acct_attrs_fvl a

3168: -- Check if reversed distribution id 5 is mapped for the event class
3169: CURSOR c_rev_dist_5
3170: IS
3171: SELECT a.accounting_attribute_code, a.assignment_group_code
3172: FROM xla_evt_class_acct_attrs_fvl a
3173: WHERE a.application_id = p_application_id
3174: AND a.event_class_code = p_event_class_code
3175: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID5'
3176: AND a.default_flag = 'Y';