DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on IEX_REPOSSESSIONS

Line 371: update IEX_REPOSSESSIONS

367: update IEX_DELINQUENCIES_ALL
368: set CREDIT_HOLD_APPROVED_FLAG = 'Y'
369: where delinquency_id = l_delinquency_id;
370: ELSIF l_del_type = 'Repossession' THEN
371: update IEX_REPOSSESSIONS
372: set CREDIT_HOLD_APPROVED_FLAG = 'Y'
373: where repossession_id = l_repossession_id;
374: ELSIF l_del_type = 'Litigation' THEN
375: update IEX_LITIGATIONS

Line 465: update IEX_REPOSSESSIONS

461: update IEX_DELINQUENCIES_ALL
462: set CREDIT_HOLD_APPROVED_FLAG = 'N'
463: where delinquency_id = l_delinquency_id;
464: ELSIF l_del_type = 'Repossession' THEN
465: update IEX_REPOSSESSIONS
466: set CREDIT_HOLD_APPROVED_FLAG = 'N'
467: where repossession_id = l_repossession_id;
468: ELSIF l_del_type = 'Litigation' THEN
469: update IEX_LITIGATIONS