DBA Data[Home] [Help]

APPS.ZX_TRL_DISTRIBUTIONS_PKG dependencies on ZX_LINES

Line 1255: UPDATE ZX_LINES

1251: -- To resolve this, we need to set process_for_recovery_flag to 'Y'.
1252: -- AP has moved their code for freeze_tax_distribution ONLY in validation
1253:
1254:
1255: UPDATE ZX_LINES
1256: SET process_for_recovery_flag='Y'
1257: WHERE (trx_id, trx_line_id) IN (SELECT trx_id, trx_line_id FROM zx_rec_nrec_dist WHERE REC_NREC_TAX_DIST_ID = p_rec_nrec_tax_dist_id)
1258: AND application_id=p_application_id
1259: AND entity_code=p_entity_code