DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on IEX_BANKRUPTCIES

Line 383: update IEX_BANKRUPTCIES

379: update IEX_WRITEOFFS
380: set CREDIT_HOLD_APPROVED_FLAG = 'Y'
381: where writeoff_id = l_writeoff_id;
382: ELSIF l_del_type = 'Bankruptcy' THEN
383: update IEX_BANKRUPTCIES
384: set CREDIT_HOLD_APPROVED_FLAG = 'Y'
385: where bankruptcy_id = l_bankruptcy_id;
386: ELSE
387: null;

Line 477: update IEX_BANKRUPTCIES

473: update IEX_WRITEOFFS
474: set CREDIT_HOLD_APPROVED_FLAG = 'N'
475: where writeoff_id = l_writeoff_id;
476: ELSIF l_del_type = 'Bankruptcy' THEN
477: update IEX_BANKRUPTCIES
478: set CREDIT_HOLD_APPROVED_FLAG = 'N'
479: where bankruptcy_id = l_bankruptcy_id;
480: ELSE
481: null;