DBA Data[Home] [Help]

APPS.EAM_REQUEST_DEFAULT_PVT dependencies on MTL_PARAMETERS

Line 42: FROM MTL_PARAMETERS mp

38: (p_eam_request_rec.organization_id IS NULL OR p_eam_request_rec.organization_id = FND_API.G_MISS_NUM) THEN
39:
40: SELECT organization_id
41: INTO x_eam_request_rec.organization_id
42: FROM MTL_PARAMETERS mp
43: WHERE mp.organization_code = p_eam_request_rec.organization_code;
44:
45: END IF;
46: