DBA Data[Home] [Help]

APPS.XLA_EXTRACT_INTEGRITY_PKG dependencies on XLA_EVT_CLASS_ACCT_ATTRS_FVL

Line 2351: FROM xla_evt_class_acct_attrs_fvl a

2347: CURSOR c_rev_dist_2
2348: IS
2349: SELECT a.accounting_attribute_code, a.assignment_group_code,
2350: a.source_type_code, a.source_code
2351: FROM xla_evt_class_acct_attrs_fvl a
2352: WHERE a.application_id = p_application_id
2353: AND a.event_class_code = p_event_class_code
2354: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID2'
2355: AND default_flag = 'Y';

Line 2373: FROM xla_evt_class_acct_attrs_fvl a

2369: -- Check if reversed distribution id 3 is mapped for the event class
2370: CURSOR c_rev_dist_3
2371: IS
2372: SELECT a.accounting_attribute_code, a.assignment_group_code
2373: FROM xla_evt_class_acct_attrs_fvl a
2374: WHERE a.application_id = p_application_id
2375: AND a.event_class_code = p_event_class_code
2376: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID3'
2377: AND default_flag = 'Y';

Line 2395: FROM xla_evt_class_acct_attrs_fvl a

2391: -- Check if reversed distribution id 4 is mapped for the event class
2392: CURSOR c_rev_dist_4
2393: IS
2394: SELECT a.accounting_attribute_code, a.assignment_group_code
2395: FROM xla_evt_class_acct_attrs_fvl a
2396: WHERE a.application_id = p_application_id
2397: AND a.event_class_code = p_event_class_code
2398: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID4'
2399: AND default_flag = 'Y';

Line 2417: FROM xla_evt_class_acct_attrs_fvl a

2413: -- Check if reversed distribution id 5 is mapped for the event class
2414: CURSOR c_rev_dist_5
2415: IS
2416: SELECT a.accounting_attribute_code, a.assignment_group_code
2417: FROM xla_evt_class_acct_attrs_fvl a
2418: WHERE a.application_id = p_application_id
2419: AND a.event_class_code = p_event_class_code
2420: AND a.accounting_attribute_code = 'REVERSED_DISTRIBUTION_ID5'
2421: AND a.default_flag = 'Y';