DBA Data[Home] [Help]

APPS.XLA_CMP_EVENT_TYPE_PKG dependencies on XLA_CMP_PAD_PKG

Line 1422: IF (XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'N') THEN

1418: ,p_module => l_log_module);
1419:
1420: END IF;
1421: --
1422: IF (XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'N') THEN
1423: OPEN event_type_cur;
1424: FETCH event_type_cur BULK COLLECT INTO l_array_event_type
1425: , l_array_event_class
1426: , l_array_entity

Line 2512: AND xld.budgetary_control_flag = XLA_CMP_PAD_PKG.g_bc_pkg_flag

2508: AND xld.event_class_code = xald.event_class_code
2509: AND xld.event_type_code = xald.event_type_code
2510: AND xld.application_id = xald.application_id
2511: AND xld.amb_context_code = xald.amb_context_code
2512: AND xld.budgetary_control_flag = XLA_CMP_PAD_PKG.g_bc_pkg_flag
2513: --
2514: AND xald.product_rule_type_code = xpah.product_rule_type_code
2515: AND xald.product_rule_code = xpah.product_rule_code
2516: AND xald.event_class_code = xpah.event_class_code

Line 4781: IF (p_application_id = 200 AND XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'Y') THEN

4777: , p_array_l_mls_table_index => l_array_l_mls_table_index
4778: )
4779: ;
4780:
4781: IF (p_application_id = 200 AND XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'Y') THEN
4782: PopulateBCObjectNames(l_array_table_name, l_array_join_condition);
4783: END IF;
4784:
4785: -- generate the event type/event class functions

Line 5443: g_application_name := XLA_CMP_PAD_PKG.GetApplicationName(p_application_id);

5439: g_product_rule_code := p_product_rule_code;
5440: g_product_rule_type_code := p_product_rule_type_code;
5441: g_product_rule_version := p_product_rule_version;
5442: g_product_rule_name := p_product_rule_name;
5443: g_application_name := XLA_CMP_PAD_PKG.GetApplicationName(p_application_id);
5444:
5445: --
5446: l_events := GetEventClassAndTypeProcs (
5447: p_product_rule_code => p_product_rule_code

Line 5740: , XLA_CMP_PAD_PKG.g_component_name

5736: xla_exceptions_pkg.raise_message
5737: ('XLA'
5738: ,'XLA_CMP_NO_EVENT_TYPE'
5739: ,'PAD_NAME'
5740: , XLA_CMP_PAD_PKG.g_component_name
5741: ,'PAD_OWNER'
5742: , XLA_CMP_PAD_PKG.g_owner
5743: ,'EVENT_CLASS_NAME'
5744: , l_name);

Line 5742: , XLA_CMP_PAD_PKG.g_owner

5738: ,'XLA_CMP_NO_EVENT_TYPE'
5739: ,'PAD_NAME'
5740: , XLA_CMP_PAD_PKG.g_component_name
5741: ,'PAD_OWNER'
5742: , XLA_CMP_PAD_PKG.g_owner
5743: ,'EVENT_CLASS_NAME'
5744: , l_name);
5745:
5746: END;

Line 5764: , XLA_CMP_PAD_PKG.g_component_name

5760: xla_exceptions_pkg.raise_message
5761: ('XLA'
5762: ,'XLA_CMP_NO_EVENT_CLASS'
5763: ,'PAD_NAME'
5764: , XLA_CMP_PAD_PKG.g_component_name
5765: ,'PAD_OWNER'
5766: , XLA_CMP_PAD_PKG.g_owner);
5767: END IF;
5768: --

Line 5766: , XLA_CMP_PAD_PKG.g_owner);

5762: ,'XLA_CMP_NO_EVENT_CLASS'
5763: ,'PAD_NAME'
5764: , XLA_CMP_PAD_PKG.g_component_name
5765: ,'PAD_OWNER'
5766: , XLA_CMP_PAD_PKG.g_owner);
5767: END IF;
5768: --
5769: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
5770: trace