DBA Data[Home] [Help]

APPS.XLA_CMP_EVENT_TYPE_PKG dependencies on XLA_EVENT_TYPES_B

Line 1325: , xla_event_types_b xetb

1321: , xpah.entity_code
1322: , xeca.calculate_acctd_amts_flag
1323: , xeca.calculate_g_l_amts_flag
1324: FROM xla_prod_acct_headers xpah
1325: , xla_event_types_b xetb
1326: , xla_event_class_attrs xeca
1327: WHERE xpah.product_rule_code = p_product_rule_code
1328: AND xpah.product_rule_type_code = p_product_rule_type_code
1329: AND xpah.application_id = p_application_id

Line 1357: , xla_event_types_b xetb

1353: , xpah.entity_code
1354: , xeca.calculate_acctd_amts_flag
1355: , xeca.calculate_g_l_amts_flag
1356: FROM xla_prod_acct_headers xpah
1357: , xla_event_types_b xetb
1358: , xla_event_class_attrs xeca
1359: , xla_aad_line_defn_assgns xald
1360: , xla_line_definitions_b xld
1361: WHERE xpah.product_rule_code = p_product_rule_code

Line 1499: , xla_event_types_b xetb

1495: IS
1496: SELECT DISTINCT
1497: xetb.event_type_code
1498: FROM xla_prod_acct_headers xpah
1499: , xla_event_types_b xetb
1500: WHERE xpah.product_rule_code = p_product_rule_code
1501: AND xpah.product_rule_type_code = p_product_rule_type_code
1502: AND xpah.application_id = p_application_id
1503: AND xpah.amb_context_code = p_amb_context_code

Line 1592: FROM xla_event_types_b xetb

1588: CURSOR event_type_cur
1589: IS
1590: SELECT DISTINCT
1591: xetb.event_type_code
1592: FROM xla_event_types_b xetb
1593: WHERE xetb.entity_code = p_entity_code
1594: AND xetb.event_class_code = p_event_class_code
1595: AND xetb.application_id = p_application_id
1596: AND xetb.accounting_flag = 'Y'

Line 1614: (p_msg => 'SQL - SELECT from xla_event_types_b'

1610: ,p_module => l_log_module);
1611: END IF;
1612: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
1613: trace
1614: (p_msg => 'SQL - SELECT from xla_event_types_b'
1615: ,p_level => C_LEVEL_STATEMENT
1616: ,p_module => l_log_module);
1617: END IF;
1618: