DBA Data[Home] [Help]

APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_EVNT_CLS_MAPPINGS

Line 1336: from zx_evnt_cls_mappings

1332: END IF;
1333: Begin
1334: select event_class_code, application_id, entity_code, event_class_code
1335: into l_document_type, l_application_id, l_entity_code, l_event_class_code
1336: from zx_evnt_cls_mappings
1337: where event_class_mapping_id = pg_doc_type_id_tab(i);
1338: Exception
1339: When no_data_found then
1340: IF (g_level_exception >= g_current_runtime_level ) THEN

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

4099: RAISE;
4100:
4101: END CREATE_TAX_LINE;
4102:
4103: Procedure get_doc_and_ext_att_info(p_evnt_cls_mapping_id IN ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%type,
4104: p_transaction_id IN ZX_LINES.trx_id%type,
4105: p_transaction_line_id IN ZX_LINES.trx_line_id%type,
4106: p_trx_level_type IN ZX_LINES.trx_level_type%type,
4107: p_regime_code IN ZX_LINES.tax_regime_code%type,

Line 4552: FROM zx_evnt_cls_mappings

4548: ,entity_code
4549: INTO l_event_class_code
4550: ,l_application_id
4551: ,l_entity_code
4552: FROM zx_evnt_cls_mappings
4553: WHERE EVENT_CLASS_MAPPING_ID = SYNC_TAX_LINES.document_type_id(1);
4554: END;
4555:
4556: -- SELECT output_tax_classification_code , receivables_trx_type_id,

Line 4637: from zx_evnt_cls_mappings

4633: END IF;
4634: Begin
4635: select event_class_code
4636: into l_document_type
4637: from zx_evnt_cls_mappings
4638: where event_class_mapping_id = SYNC_TAX_LINES.document_type_id(sync_tax_cnt);
4639: Exception
4640: When no_data_found then
4641: IF (g_level_exception >= g_current_runtime_level ) THEN

Line 4943: from zx_evnt_cls_mappings

4939: END IF;
4940: Begin
4941: select event_class_code
4942: into l_document_type
4943: from zx_evnt_cls_mappings
4944: where event_class_mapping_id = SYNC_TAX_LINES.document_type_id(sync_tax_cnt1);
4945: Exception
4946: When no_data_found then
4947: IF (g_level_exception >= g_current_runtime_level ) THEN

Line 5397: FROM zx_evnt_cls_mappings

5393:
5394: BEGIN
5395: SELECT event_class_code
5396: INTO l_document_type
5397: FROM zx_evnt_cls_mappings
5398: WHERE event_class_mapping_id = x_transaction_rec.document_type_id;
5399: EXCEPTION
5400: WHEN no_data_found THEN
5401: IF (g_level_exception >= g_current_runtime_level ) THEN