DBA Data[Home] [Help]

APPS.POS_EXCELASN_GRP dependencies on FND_GLOBAL

Line 562: values(x_group_id,p_file_name,sysdate,fnd_global.user_id,l_vendor_id);

558: x_user_vendor_id => l_vendor_id);
559:
560: if(x_return_status = FND_API.G_RET_STS_SUCCESS) then
561: insert into pos_asn_load(group_id,file_name,creation_date,created_by,vendor_id)
562: values(x_group_id,p_file_name,sysdate,fnd_global.user_id,l_vendor_id);
563: end if;
564: -- x_return_status := 'S'; --furia
565: exception when others then
566: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;