DBA Data[Home] [Help]

APPS.XLA_AMB_AAD_PKG dependencies on XLA_AMB_SETUP_ERR_PKG

Line 430: xla_amb_setup_err_pkg.stack_error

426:
427: -- Check if every event class has all required accounting
428: -- attributes mapped to a default source
429: FOR l_reqd_acct_attr IN c_reqd_acct_attr LOOP
430: xla_amb_setup_err_pkg.stack_error
431: (p_message_name => 'XLA_AB_EC_REQUIRED_SOURCE'
432: ,p_message_type => 'E'
433: ,p_message_category => 'ACCOUNTING_SOURCE'
434: ,p_category_sequence => 5

Line 464: xla_amb_setup_err_pkg.stack_error

460: ,p_module => l_log_module
461: ,p_level => C_LEVEL_PROCEDURE);
462: END IF;
463:
464: xla_amb_setup_err_pkg.stack_error
465: (p_message_name => 'XLA_AB_EC_GROUP_SOURCE'
466: ,p_message_type => 'E'
467: ,p_message_category => 'ACCOUNTING_SOURCE'
468: ,p_category_sequence => 5

Line 495: Xla_amb_setup_err_pkg.stack_error

491: OPEN c_budget;
492: FETCH c_budget
493: INTO l_exist;
494: IF c_budget%NOTFOUND THEN
495: Xla_amb_setup_err_pkg.stack_error
496: (p_message_name => 'XLA_AB_EC_BUDGET_ACCTG_SRC'
497: ,p_message_type => 'E'
498: ,p_message_category => 'ACCOUNTING_SOURCE'
499: ,p_category_sequence => 5

Line 522: Xla_amb_setup_err_pkg.stack_error

518: OPEN c_enc;
519: FETCH c_enc
520: INTO l_exist;
521: IF c_enc%NOTFOUND THEN
522: Xla_amb_setup_err_pkg.stack_error
523: (p_message_name => 'XLA_AB_EC_ENC_ACCTG_SRC'
524: ,p_message_type => 'E'
525: ,p_message_category => 'ACCOUNTING_SOURCE'
526: ,p_category_sequence => 5

Line 556: Xla_amb_setup_err_pkg.stack_error

552: FETCH c_dist_2
553: INTO l_exist;
554: IF c_dist_2%notfound THEN
555:
556: Xla_amb_setup_err_pkg.stack_error
557: (p_message_name => 'XLA_AB_LT_ACCT_REV_DIST_ID'
558: ,p_message_type => 'E'
559: ,p_message_category => 'ACCOUNTING_SOURCE'
560: ,p_category_sequence => 5

Line 586: Xla_amb_setup_err_pkg.stack_error

582: FETCH c_dist_3
583: INTO l_exist;
584: IF c_dist_3%notfound THEN
585:
586: Xla_amb_setup_err_pkg.stack_error
587: (p_message_name => 'XLA_AB_LT_ACCT_REV_DIST_ID'
588: ,p_message_type => 'E'
589: ,p_message_category => 'ACCOUNTING_SOURCE'
590: ,p_category_sequence => 5

Line 616: Xla_amb_setup_err_pkg.stack_error

612: FETCH c_dist_4
613: INTO l_exist;
614: IF c_dist_4%notfound THEN
615:
616: Xla_amb_setup_err_pkg.stack_error
617: (p_message_name => 'XLA_AB_LT_ACCT_REV_DIST_ID'
618: ,p_message_type => 'E'
619: ,p_message_category => 'ACCOUNTING_SOURCE'
620: ,p_category_sequence => 5

Line 646: Xla_amb_setup_err_pkg.stack_error

642: FETCH c_dist_5
643: INTO l_exist;
644: IF c_dist_5%notfound THEN
645:
646: Xla_amb_setup_err_pkg.stack_error
647: (p_message_name => 'XLA_AB_LT_ACCT_REV_DIST_ID'
648: ,p_message_type => 'E'
649: ,p_message_category => 'ACCOUNTING_SOURCE'
650: ,p_category_sequence => 5

Line 674: Xla_amb_setup_err_pkg.stack_error

670: FETCH c_sources
671: INTO l_sources;
672: EXIT WHEN c_sources%notfound;
673:
674: Xla_amb_setup_err_pkg.stack_error
675: (p_message_name => 'XLA_AB_INVALID_ACCT_ATTR_SRCE' -- new message?
676: ,p_message_type => 'E'
677: ,p_message_category => 'ACCOUNTING_SOURCE'
678: ,p_category_sequence => 5

Line 710: Xla_amb_setup_err_pkg.stack_error

706: ,p_entity_code => p_entity_code
707: ,p_event_class_code => p_event_class_code
708: ,p_level => 'L') = 'TRUE' THEN
709:
710: Xla_amb_setup_err_pkg.stack_error
711: (p_message_name => 'XLA_AB_INVALID_ACCT_ATTR_SRCE'
712: ,p_message_type => 'E'
713: ,p_message_category => 'ACCOUNTING_SOURCE'
714: ,p_category_sequence => 5

Line 957: xla_amb_setup_err_pkg.stack_error

953: l_return := TRUE;
954:
955: -- Check if header descriptions are disabled
956: FOR l_enabled_hdr_desc IN c_enabled_hdr_desc LOOP
957: xla_amb_setup_err_pkg.stack_error
958: (p_message_name => 'XLA_AB_DISABLD_HDR_DESC'
959: ,p_message_type => 'E'
960: ,p_message_category => 'HDR_DESCRIPTION'
961: ,p_category_sequence => 7

Line 980: xla_amb_setup_err_pkg.stack_error

976:
977: -- check header description has seeded sources in details
978: -- that do not belong to the event class
979: FOR l_hdr_desc_detail_sources IN c_hdr_desc_detail_sources LOOP
980: xla_amb_setup_err_pkg.stack_error
981: (p_message_name => 'XLA_AB_HDR_DES_DET_SRC'
982: ,p_message_type => 'E'
983: ,p_message_category => 'HDR_DESCRIPTION'
984: ,p_category_sequence => 7

Line 1005: xla_amb_setup_err_pkg.stack_error

1001:
1002: -- check header description has seeded sources in conditions
1003: -- that do not belong to the event class
1004: FOR l_hdr_desc_con_sources IN c_hdr_desc_con_sources LOOP
1005: xla_amb_setup_err_pkg.stack_error
1006: (p_message_name => 'XLA_AB_HDR_DES_CON_SRC'
1007: ,p_message_type => 'E'
1008: ,p_message_category => 'HDR_DESCRIPTION'
1009: ,p_category_sequence => 7

Line 1038: xla_amb_setup_err_pkg.stack_error

1034: ,p_entity_code => l_hdr_desc_det_der_sources.entity_code
1035: ,p_event_class_code => l_hdr_desc_det_der_sources.event_class_code
1036: ,p_level => 'H') = 'TRUE' THEN
1037:
1038: xla_amb_setup_err_pkg.stack_error
1039: (p_message_name => 'XLA_AB_HDR_DES_DET_SRC'
1040: ,p_message_type => 'E'
1041: ,p_message_category => 'HDR_DESCRIPTION'
1042: ,p_category_sequence => 7

Line 1072: xla_amb_setup_err_pkg.stack_error

1068: ,p_entity_code => l_hdr_desc_con_der_sources.entity_code
1069: ,p_event_class_code => l_hdr_desc_con_der_sources.event_class_code
1070: ,p_level => 'H') = 'TRUE' THEN
1071:
1072: xla_amb_setup_err_pkg.stack_error
1073: (p_message_name => 'XLA_AB_HDR_DES_CON_SRC'
1074: ,p_message_type => 'E'
1075: ,p_message_category => 'HDR_DESCRIPTION'
1076: ,p_category_sequence => 7

Line 1256: xla_amb_setup_err_pkg.stack_error

1252: l_return := TRUE;
1253:
1254: -- Error all header analytical criteria that are assigned to the AAD and disabled
1255: FOR l_enabled_hdr_anal IN c_enabled_hdr_anal LOOP
1256: xla_amb_setup_err_pkg.stack_error
1257: (p_message_name => 'XLA_AB_DISABLD_HDR_AC'
1258: ,p_message_type => 'E'
1259: ,p_message_category => 'HDR_AC'
1260: ,p_category_sequence => 8

Line 1278: xla_amb_setup_err_pkg.stack_error

1274:
1275: -- Error all header analytical criteria that are assigned to the AAD
1276: -- and have balancing flag set
1277: FOR l_hdr_anal IN c_hdr_anal LOOP
1278: xla_amb_setup_err_pkg.stack_error
1279: (p_message_name => 'XLA_AB_ANC_MAINTAIN_BAL'
1280: ,p_message_type => 'E'
1281: ,p_message_category => 'HDR_AC'
1282: ,p_category_sequence => 8

Line 1299: xla_amb_setup_err_pkg.stack_error

1295: END LOOP;
1296:
1297: -- Error all header analytical criteria that have no details for the event class
1298: FOR l_hdr_event_sources IN c_hdr_event_sources LOOP
1299: xla_amb_setup_err_pkg.stack_error
1300: (p_message_name => 'XLA_AB_HDR_ANC_NO_DETAIL'
1301: ,p_message_type => 'E'
1302: ,p_message_category => 'HDR_AC'
1303: ,p_category_sequence => 8

Line 1321: xla_amb_setup_err_pkg.stack_error

1317:
1318: -- Error all header analytical criteria that have sources that
1319: -- do not belong to the event class
1320: FOR l_hdr_anal_sources IN c_hdr_anal_sources LOOP
1321: xla_amb_setup_err_pkg.stack_error
1322: (p_message_name => 'XLA_AB_HDR_ANC_SOURCE'
1323: ,p_message_type => 'E'
1324: ,p_message_category => 'HDR_AC'
1325: ,p_category_sequence => 8

Line 1352: xla_amb_setup_err_pkg.stack_error

1348: ,p_derived_source_type_code => 'D'
1349: ,p_event_class_code => l_hdr_anal_der_sources.event_class_code
1350: ,p_level => 'H') = 'TRUE' THEN
1351:
1352: xla_amb_setup_err_pkg.stack_error
1353: (p_message_name => 'XLA_AB_HDR_ANC_SOURCE'
1354: ,p_message_type => 'E'
1355: ,p_message_category => 'HDR_AC'
1356: ,p_category_sequence => 8

Line 1563: Xla_amb_setup_err_pkg.stack_error

1559: OPEN c_accting_required;
1560: FETCH c_accting_required INTO l_exist;
1561: IF c_accting_required%notfound THEN
1562:
1563: Xla_amb_setup_err_pkg.stack_error
1564: (p_message_name => 'XLA_AB_NO_EVENT_TYPE_ACCTED'
1565: ,p_message_type => 'E'
1566: ,p_message_category => 'AAD'
1567: ,p_category_sequence => 1

Line 1579: xla_amb_setup_err_pkg.stack_error

1575: CLOSE c_accting_required;
1576:
1577: -- check if assigned event classes are disabled
1578: FOR l_enabled_classes IN c_enabled_classes LOOP
1579: xla_amb_setup_err_pkg.stack_error
1580: (p_message_name => 'XLA_AB_DISABLD_EVT_CLASS'
1581: ,p_message_type => 'E'
1582: ,p_message_category => 'EVENT_CLASS'
1583: ,p_category_sequence => 2

Line 1598: xla_amb_setup_err_pkg.stack_error

1594: END LOOP;
1595:
1596: -- check if assigned event classes have circular references
1597: FOR l_ec_predecs IN c_ec_predecs LOOP
1598: xla_amb_setup_err_pkg.stack_error
1599: (p_message_name => 'XLA_AB_EC_PREDECS_LOOP'
1600: ,p_message_type => 'E'
1601: ,p_message_category => 'EVENT_CLASS'
1602: ,p_category_sequence => 2

Line 1617: xla_amb_setup_err_pkg.stack_error

1613: END LOOP;
1614:
1615: -- check if assigned event classes have atleast one accounting event type that is enabled
1616: FOR l_class_enabled_types IN c_class_enabled_types LOOP
1617: xla_amb_setup_err_pkg.stack_error
1618: (p_message_name => 'XLA_AB_EC_DISABLED_ET'
1619: ,p_message_type => 'E'
1620: ,p_message_category => 'EVENT_CLASS'
1621: ,p_category_sequence => 2

Line 1636: xla_amb_setup_err_pkg.stack_error

1632: END LOOP;
1633:
1634: -- check if assigned event types are disabled
1635: FOR l_enabled_types IN c_enabled_types LOOP
1636: xla_amb_setup_err_pkg.stack_error
1637: (p_message_name => 'XLA_AB_DISABLD_EVENT_TYP'
1638: ,p_message_type => 'E'
1639: ,p_message_category => 'EVENT_TYPE'
1640: ,p_category_sequence => 6

Line 1663: xla_amb_setup_err_pkg.stack_error

1659: (p_application_id => p_application_id
1660: ,p_entity_code => l_acct_header.entity_code
1661: ,p_event_class_code => l_acct_header.event_class_code) THEN
1662:
1663: xla_amb_setup_err_pkg.stack_error
1664: (p_message_name => 'XLA_AB_LESS_LINE_TYPES'
1665: ,p_message_type => 'E'
1666: ,p_message_category => 'EVENT_TYPE'
1667: ,p_category_sequence => 6

Line 1898: Xla_amb_setup_err_pkg.initialize;

1894: AND product_rule_type_code = p_product_rule_type_code
1895: AND product_rule_code = p_product_rule_code;
1896:
1897: -- Initialize the error package
1898: Xla_amb_setup_err_pkg.initialize;
1899:
1900: -- Get the extract object owner for all extract objects for AAD
1901: -- and store in GT table
1902: /*

Line 1965: xla_amb_setup_err_pkg.stack_error

1961: ,p_application_id => p_application_id
1962: ,p_product_rule_type_code => p_product_rule_type_code);
1963:
1964: IF x_hash_id is null then
1965: xla_amb_setup_err_pkg.stack_error
1966: (p_message_name => 'XLA_AB_HASH_ID_NOT_CREATED'
1967: ,p_message_type => 'E'
1968: ,p_message_category => 'AAD'
1969: ,p_category_sequence => 1

Line 1980: xla_amb_setup_err_pkg.insert_errors;

1976:
1977: END IF;
1978:
1979: -- Insert errors into the error table from the plsql array
1980: xla_amb_setup_err_pkg.insert_errors;
1981:
1982: IF (l_return) THEN
1983: x_validation_status_code := 'Y';
1984: ELSE

Line 2137: XLA_AMB_SETUP_ERR_PKG.stack_error

2133: ,p_product_rule_code => p_product_rule_code);
2134: END IF;
2135: EXCEPTION
2136: WHEN OTHERS THEN
2137: XLA_AMB_SETUP_ERR_PKG.stack_error
2138: (p_message_name => 'XLA_CMP_TECHNICAL_ERROR'
2139: ,p_message_type => 'E'
2140: ,p_message_category => 'AAD'
2141: ,p_category_sequence => 1

Line 2150: xla_amb_setup_err_pkg.insert_errors;

2146:
2147: -- Set AAD status to Invalid
2148: x_compilation_status_code := 'E';
2149: -- Insert errors into the error table from the plsql array
2150: xla_amb_setup_err_pkg.insert_errors;
2151: END;
2152: ELSE
2153: x_compilation_status_code := 'E';
2154: END IF;