DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ZX_VALIDATION_ERRORS_GT

Line 2898: from zx_validation_errors_gt

2894: l_msg VARCHAR2(2000);
2895:
2896: CURSOR c_errors IS
2897: select trx_id, trx_line_id, message_name, message_text
2898: from zx_validation_errors_gt
2899: where application_id = l_trx_rec.application_id
2900: and entity_code = l_trx_rec.entity_code
2901: and event_class_code = l_trx_rec.event_class_code
2902: and trx_id = l_trx_rec.trx_id;