DBA Data[Home] [Help]

APPS.ZX_PO_REC_PKG dependencies on ZX_VALIDATION_ERRORS_GT

Line 553: from ZX_VALIDATION_ERRORS_GT

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

Line 605: from ZX_VALIDATION_ERRORS_GT

601: atc1.tax_recovery_rule_id,
602: atc1.tax_recovery_rate,
603: pov.vendor_type_lookup_code
604: FROM (select distinct other_doc_application_id, other_doc_trx_id
605: from ZX_VALIDATION_ERRORS_GT
606: where other_doc_application_id = 201
607: and other_doc_entity_code = 'RELEASE'
608: and other_doc_event_class_code = 'RELEASE'
609: ) zxvalerr,