DBA Data[Home] [Help]

APPS.MSC_SATP_FUNC dependencies on FND_GLOBAL

Line 4433: l_user_id := FND_GLOBAL.USER_ID;

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 := 10; --optional_fw
4435:
4436: IF PG_DEBUG in ('Y', 'C') THEN
4437: msc_sch_wb.atp_debug('enter put_src_to_dstn_profiles');

Line 4531: l_user_id := FND_GLOBAL.USER_ID;

4527: msc_sch_wb.atp_debug('get_src_to_dstn_profiles ' || 'p_dblink := ' || NVL(p_dblink,'NULL'));
4528: END IF;
4529:
4530: l_dynstring := '@'||p_dblink;
4531: l_user_id := FND_GLOBAL.USER_ID;
4532:
4533: -- Delete records from msc_atp_src_profile_temp in case there are any records
4534: -- with similar session id.
4535: Delete from msc_atp_src_profile_temp where session_id = p_session_id;