4429: BEGIN
4430: -- initialize API returm status to success
4431: x_return_status := FND_API.G_RET_STS_SUCCESS;
4432:
4433: l_user_id := FND_GLOBAL.USER_ID;
4434: l_count := 9;
4435:
4436: IF PG_DEBUG in ('Y', 'C') THEN
4437: msc_sch_wb.atp_debug('enter put_src_to_dstn_profiles');
4526: msc_sch_wb.atp_debug('get_src_to_dstn_profiles ' || 'p_dblink := ' || NVL(p_dblink,'NULL'));
4527: END IF;
4528:
4529: l_dynstring := '@'||p_dblink;
4530: l_user_id := FND_GLOBAL.USER_ID;
4531:
4532: -- Delete records from msc_atp_src_profile_temp in case there are any records
4533: -- with similar session id.
4534: Delete from msc_atp_src_profile_temp where session_id = p_session_id;