DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ZX_VALIDATION_ERRORS_GT

Line 3213: from zx_validation_errors_gt

3209: l_line_count NUMBER;
3210:
3211: CURSOR c_errors IS
3212: select trx_id, trx_line_id, message_name, message_text
3213: from zx_validation_errors_gt
3214: where application_id = l_trx_rec.application_id
3215: and entity_code = l_trx_rec.entity_code
3216: and event_class_code = l_trx_rec.event_class_code
3217: and trx_id = l_trx_rec.trx_id;