DBA Data[Home] [Help]

APPS.ZX_PO_REC_PKG dependencies on ZX_VALIDATION_ERRORS_GT

Line 549: from ZX_VALIDATION_ERRORS_GT

545: atc1.tax_recovery_rule_id,
546: atc1.tax_recovery_rate,
547: pov.vendor_type_lookup_code
548: FROM (select distinct other_doc_application_id, other_doc_trx_id
549: from ZX_VALIDATION_ERRORS_GT
550: where other_doc_application_id = 201
551: and other_doc_entity_code = 'PURCHASE_ORDER'
552: and other_doc_event_class_code = 'PO_PA'
553: ) zxvalerr,

Line 601: from ZX_VALIDATION_ERRORS_GT

597: atc1.tax_recovery_rule_id,
598: atc1.tax_recovery_rate,
599: pov.vendor_type_lookup_code
600: FROM (select distinct other_doc_application_id, other_doc_trx_id
601: from ZX_VALIDATION_ERRORS_GT
602: where other_doc_application_id = 201
603: and other_doc_entity_code = 'RELEASE'
604: and other_doc_event_class_code = 'RELEASE'
605: ) zxvalerr,