DBA Data[Home] [Help]

APPS.CTO_AUTO_PURGE_PK dependencies on CTO_WORKFLOW

Line 222: if (CTO_WORKFLOW.config_line_exists(lbcolline_tbl(j))) then

218:
219: IF lbcolline_tbl.count > 0 THEN
220: FOR j IN 1..lbcolline_tbl.count LOOP
221:
222: if (CTO_WORKFLOW.config_line_exists(lbcolline_tbl(j))) then
223:
224: FND_FILE.PUT_LINE(FND_FILE.LOG,'Config item exists for this model line =>'||to_char(lbcolline_tbl(j)));
225: FND_FILE.PUT_LINE(FND_FILE.LOG,'It needs to be delinked before it can be purged');
226: