DBA Data[Home] [Help]

APPS.XLA_CMP_EVENT_TYPE_PKG dependencies on XLA_EVENT_TYPES_B

Line 1337: , xla_event_types_b xetb

1333: , xpah.entity_code
1334: , xeca.calculate_acctd_amts_flag
1335: , xeca.calculate_g_l_amts_flag
1336: FROM xla_prod_acct_headers xpah
1337: , xla_event_types_b xetb
1338: , xla_event_class_attrs xeca
1339: WHERE xpah.product_rule_code = p_product_rule_code
1340: AND xpah.product_rule_type_code = p_product_rule_type_code
1341: AND xpah.application_id = p_application_id

Line 1369: , xla_event_types_b xetb

1365: , xpah.entity_code
1366: , xeca.calculate_acctd_amts_flag
1367: , xeca.calculate_g_l_amts_flag
1368: FROM xla_prod_acct_headers xpah
1369: , xla_event_types_b xetb
1370: , xla_event_class_attrs xeca
1371: , xla_aad_line_defn_assgns xald
1372: , xla_line_definitions_b xld
1373: WHERE xpah.product_rule_code = p_product_rule_code

Line 1511: , xla_event_types_b xetb

1507: IS
1508: SELECT DISTINCT
1509: xetb.event_type_code
1510: FROM xla_prod_acct_headers xpah
1511: , xla_event_types_b xetb
1512: WHERE xpah.product_rule_code = p_product_rule_code
1513: AND xpah.product_rule_type_code = p_product_rule_type_code
1514: AND xpah.application_id = p_application_id
1515: AND xpah.amb_context_code = p_amb_context_code

Line 1604: FROM xla_event_types_b xetb

1600: CURSOR event_type_cur
1601: IS
1602: SELECT DISTINCT
1603: xetb.event_type_code
1604: FROM xla_event_types_b xetb
1605: WHERE xetb.entity_code = p_entity_code
1606: AND xetb.event_class_code = p_event_class_code
1607: AND xetb.application_id = p_application_id
1608: AND xetb.accounting_flag = 'Y'

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

1622: ,p_module => l_log_module);
1623: END IF;
1624: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
1625: trace
1626: (p_msg => 'SQL - SELECT from xla_event_types_b'
1627: ,p_level => C_LEVEL_STATEMENT
1628: ,p_module => l_log_module);
1629: END IF;
1630: