DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_EVNT_CLS_MAPPINGS

Line 1233: from zx_evnt_cls_mappings

1229: IF(pg_doc_type_id_tab(I)<>0) then
1230: Begin
1231: select event_class_code
1232: into l_document_type
1233: from zx_evnt_cls_mappings
1234: where event_class_mapping_id = pg_doc_type_id_tab(I);
1235: Exception
1236: When no_data_found then
1237: IF (g_level_exception >= g_current_runtime_level ) THEN

Line 3529: Procedure get_doc_and_ext_att_info(p_evnt_cls_mapping_id IN ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%type,

3525: END IF;
3526:
3527: END CREATE_TAX_LINE;
3528:
3529: Procedure get_doc_and_ext_att_info(p_evnt_cls_mapping_id IN ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%type,
3530: p_transaction_id IN ZX_LINES.trx_id%type,
3531: p_transaction_line_id IN ZX_LINES.trx_line_id%type,
3532: p_trx_level_type IN ZX_LINES.trx_level_type%type,
3533: p_regime_code IN ZX_LINES.tax_regime_code%type,

Line 3888: FROM zx_evnt_cls_mappings

3884: , entity_code
3885: INTO l_event_class_code
3886: , l_application_id
3887: , l_entity_code
3888: FROM zx_evnt_cls_mappings
3889: WHERE EVENT_CLASS_MAPPING_ID = SYNC_TAX_LINES.document_type_id(1);
3890: EXCEPTION
3891: WHEN OTHERS THEN
3892: l_event_class_code := NULL;

Line 4193: FROM zx_evnt_cls_mappings

4189:
4190: BEGIN
4191: SELECT event_class_code
4192: INTO l_document_type
4193: FROM zx_evnt_cls_mappings
4194: WHERE event_class_mapping_id = x_transaction_rec.document_type_id;
4195: EXCEPTION
4196: WHEN no_data_found THEN
4197: IF (g_level_exception >= g_current_runtime_level ) THEN