DBA Data[Home] [Help]

APPS.XLA_ACCT_SETUP_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 21: | to XLA_EVENT_CLASS_ATTRS |

17: | 12-Jun-03 S. Singhania Fixed FND messages (bug # 3001156) |
18: | 15-Jun-03 S. Singhania Fixed the FETCH statement for c_applications in|
19: | setup_options. |
20: | 10-Jul-03 S. Singhania Changed table name from XLA_EVENT_CLASSES_ATTR |
21: | to XLA_EVENT_CLASS_ATTRS |
22: | 21-Aug-03 S. Joshi Removed COPY_DOC_SEQUENCE_FLAG |
23: | 05-Sep-03 S. Singhania Fix for bug # 3128896. Modified the procedure |
24: | INSERT_LEDGER_OPTIONS to set correct default |
25: | for the option 'General Ledger Journal Entry |

Line 755: ,xla_event_class_attrs xec

751: xla_ledger_relationships_v xlr
752: ,xla_subledgers xsl
753: ,xla_acctg_methods_b xam
754: ,gl_ledgers gll
755: ,xla_event_class_attrs xec
756: WHERE
757: xlr.ledger_category_code IN ('PRIMARY','SECONDARY')
758: AND xlr.sla_accounting_method_code IS NOT NULL
759: AND xsl.application_id = c1.application_id

Line 1030: FROM xla_event_class_attrs xeca

1026: CURSOR csr_event_classes IS
1027: SELECT xeca.entity_code
1028: ,xeca.event_class_code
1029: ,xeca.je_category_name
1030: FROM xla_event_class_attrs xeca
1031: WHERE xeca.application_id = p_application_id
1032: AND xeca.event_class_code = NVL(p_event_class_code,xeca.event_class_code)
1033: AND xeca.event_class_code NOT IN
1034: (SELECT event_class_code