DBA Data[Home] [Help]

APPS.AMS_IMP_REG_DETAIL_PVT dependencies on FND_GLOBAL

Line 228: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

224: BEGIN
225: l_cnt1 := 0;
226: l_cnt2 := 0;
227: l_used_by := 'IMPH';
228: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
229: --FND_FILE.PUT_LINE(FND_FILE.LOG,'Start of import Event registrations Record');
230: --FND_FILE.PUT_LINE(FND_FILE.LOG,'requestid :'||l_request_id);
231: IF (p_list_header_id is null)
232: THEN

Line 553: , p_owner_user_id => ams_utility_pvt.get_resource_id(FND_GLOBAL.user_id)

549: , x_msg_data => l_msg_data
550: , p_reg_det_rec => l_reg_rec
551: -- soagrawa 30-jan-2003 bug# 2769511
552: -- , p_owner_user_id => -1 -- what do we do with this?
553: , p_owner_user_id => ams_utility_pvt.get_resource_id(FND_GLOBAL.user_id)
554: , p_application_id => 530
555: , x_confirm_code => l_conf_code
556: );
557: l_processed_rows := l_processed_rows+1;

Line 887: , p_owner_user_id => ams_utility_pvt.get_resource_id(FND_GLOBAL.user_id)

883: , x_msg_data => l_msg_data
884: , p_reg_det_rec => l_reg_rec
885: -- soagrawa 30-jan-2003 bug# 2769511
886: -- , p_owner_user_id => -1 -- what do we do with this?
887: , p_owner_user_id => ams_utility_pvt.get_resource_id(FND_GLOBAL.user_id)
888: , p_application_id => 530
889: , x_confirm_code => l_conf_code
890: );
891: l_processed_rows := l_processed_rows+1;