DBA Data[Home] [Help]

APPS.CTO_ORDER_PURGE dependencies on FND_API

Line 211: x_return_status := FND_API.G_RET_STS_SUCCESS;

207: oe_debug_pub.add('cto_purge_tables: ' || 'pre-cfg rows deleted from bom_cto_src_orgs_b'||l_row_deleted,3);
208: END IF;
209: --end bugfix#3763753
210:
211: x_return_status := FND_API.G_RET_STS_SUCCESS;
212: IF PG_DEBUG <> 0 THEN
213: oe_debug_pub.add('cto_purge_tables: ' || 'Exiting CTO_ORDER_PURGE.cto_purge_tables :
214: with '||x_return_status,1);
215: END IF;

Line 220: x_return_status:=FND_API.G_RET_STS_UNEXP_ERROR;

216:
217:
218: EXCEPTION
219: WHEN OTHERS THEN
220: x_return_status:=FND_API.G_RET_STS_UNEXP_ERROR;
221: x_error_msg := 'ORDPUR:bom cto tables'||substr(sqlerrm,1,200);
222: IF PG_DEBUG <> 0 THEN
223: oe_debug_pub.add('cto_purge_tables: ' || sqlerrm,1);
224: