DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on IEX_LITIGATIONS

Line 375: update IEX_LITIGATIONS

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
376: set CREDIT_HOLD_APPROVED_FLAG = 'Y'
377: where litigation_id = l_litigation_id;
378: ELSIF l_del_type = 'Writeoff' THEN
379: update IEX_WRITEOFFS

Line 469: update IEX_LITIGATIONS

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
470: set CREDIT_HOLD_APPROVED_FLAG = 'N'
471: where litigation_id = l_litigation_id;
472: ELSIF l_del_type = 'Writeoff' THEN
473: update IEX_WRITEOFFS