DBA Data[Home] [Help]

APPS.XLA_CMP_EVENT_TYPE_PKG dependencies on XLA_CMP_PAD_PKG

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

1430: ,p_module => l_log_module);
1431:
1432: END IF;
1433: --
1434: IF (XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'N') THEN
1435: OPEN event_type_cur;
1436: FETCH event_type_cur BULK COLLECT INTO l_array_event_type
1437: , l_array_event_class
1438: , l_array_entity

Line 2524: AND xld.budgetary_control_flag = XLA_CMP_PAD_PKG.g_bc_pkg_flag

2520: AND xld.event_class_code = xald.event_class_code
2521: AND xld.event_type_code = xald.event_type_code
2522: AND xld.application_id = xald.application_id
2523: AND xld.amb_context_code = xald.amb_context_code
2524: AND xld.budgetary_control_flag = XLA_CMP_PAD_PKG.g_bc_pkg_flag
2525: --
2526: AND xald.product_rule_type_code = xpah.product_rule_type_code
2527: AND xald.product_rule_code = xpah.product_rule_code
2528: AND xald.event_class_code = xpah.event_class_code

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

4794: , p_array_l_mls_table_index => l_array_l_mls_table_index
4795: )
4796: ;
4797:
4798: IF (p_application_id = 200 AND XLA_CMP_PAD_PKG.g_bc_pkg_flag = 'Y') THEN
4799: PopulateBCObjectNames(l_array_table_name, l_array_join_condition);
4800: END IF;
4801:
4802: -- generate the event type/event class functions

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

5456: g_product_rule_code := p_product_rule_code;
5457: g_product_rule_type_code := p_product_rule_type_code;
5458: g_product_rule_version := p_product_rule_version;
5459: g_product_rule_name := p_product_rule_name;
5460: g_application_name := XLA_CMP_PAD_PKG.GetApplicationName(p_application_id);
5461:
5462: --
5463: l_events := GetEventClassAndTypeProcs (
5464: p_product_rule_code => p_product_rule_code

Line 5757: , XLA_CMP_PAD_PKG.g_component_name

5753: xla_exceptions_pkg.raise_message
5754: ('XLA'
5755: ,'XLA_CMP_NO_EVENT_TYPE'
5756: ,'PAD_NAME'
5757: , XLA_CMP_PAD_PKG.g_component_name
5758: ,'PAD_OWNER'
5759: , XLA_CMP_PAD_PKG.g_owner
5760: ,'EVENT_CLASS_NAME'
5761: , l_name);

Line 5759: , XLA_CMP_PAD_PKG.g_owner

5755: ,'XLA_CMP_NO_EVENT_TYPE'
5756: ,'PAD_NAME'
5757: , XLA_CMP_PAD_PKG.g_component_name
5758: ,'PAD_OWNER'
5759: , XLA_CMP_PAD_PKG.g_owner
5760: ,'EVENT_CLASS_NAME'
5761: , l_name);
5762:
5763: END;

Line 5781: , XLA_CMP_PAD_PKG.g_component_name

5777: xla_exceptions_pkg.raise_message
5778: ('XLA'
5779: ,'XLA_CMP_NO_EVENT_CLASS'
5780: ,'PAD_NAME'
5781: , XLA_CMP_PAD_PKG.g_component_name
5782: ,'PAD_OWNER'
5783: , XLA_CMP_PAD_PKG.g_owner);
5784: END IF;
5785: --

Line 5783: , XLA_CMP_PAD_PKG.g_owner);

5779: ,'XLA_CMP_NO_EVENT_CLASS'
5780: ,'PAD_NAME'
5781: , XLA_CMP_PAD_PKG.g_component_name
5782: ,'PAD_OWNER'
5783: , XLA_CMP_PAD_PKG.g_owner);
5784: END IF;
5785: --
5786: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
5787: trace