DBA Data[Home] [Help]

APPS.PSB_EXCEL_PVT dependencies on FND_GLOBAL

Line 209: g_user_id := FND_GLOBAL.USER_ID;

205: RAISE FND_API.G_EXC_ERROR ;
206: END IF;
207:
208: g_worksheet_id := p_worksheet_id;
209: g_user_id := FND_GLOBAL.USER_ID;
210:
211: /* Following procedure called for DDSP To get the values of Data Selection profile WS Id and User ID
212: Start */
213:

Line 3027: l_reqid := FND_GLOBAL.CONC_REQUEST_ID;

3023: FND_MESSAGE.SET_NAME('PSB', 'PSB_DEL_WORKSHT_ERR_MSG_HDR');
3024: END IF;
3025:
3026: l_desc := FND_MESSAGE.GET;
3027: l_reqid := FND_GLOBAL.CONC_REQUEST_ID;
3028: l_userid := FND_GLOBAL.USER_ID;
3029:
3030: delete from PSB_ERROR_MESSAGES
3031: where source_process = p_source_process

Line 3028: l_userid := FND_GLOBAL.USER_ID;

3024: END IF;
3025:
3026: l_desc := FND_MESSAGE.GET;
3027: l_reqid := FND_GLOBAL.CONC_REQUEST_ID;
3028: l_userid := FND_GLOBAL.USER_ID;
3029:
3030: delete from PSB_ERROR_MESSAGES
3031: where source_process = p_source_process
3032: and process_id = g_msg_export_id;